PCI hotplug: fix ibmphp build error
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 4 Feb 2010 20:12:23 +0000 (12:12 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 23 Feb 2010 00:17:18 +0000 (16:17 -0800)
commit939fdc67350e15aeeea70457d5b4bc1116bb4fd5
treee34ca471dda1b1dc37d8aecb9e8f6750747f2d99
parent4fb88c1a28a8dc302bdc09858e7cdafc97bef794
PCI hotplug: fix ibmphp build error

Add header file to fix build error:

drivers/pci/hotplug/ibmphp_hpc.c:135: error: implicit declaration of function 'init_MUTEX'
drivers/pci/hotplug/ibmphp_hpc.c:136: error: implicit declaration of function 'init_MUTEX_LOCKED'
drivers/pci/hotplug/ibmphp_hpc.c:797: error: implicit declaration of function 'down'
drivers/pci/hotplug/ibmphp_hpc.c:807: error: implicit declaration of function 'up'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/hotplug/ibmphp_hpc.c