summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGreg KH2006-03-01 22:46:00 +0100
committerLinus Torvalds2006-03-01 22:53:02 +0100
commite5cef95d58d1e711b0bd6b00018278a06defb274 (patch)
treece48e7db468adffe0869e03960840c9a895263bc /include
parent[MIPS] Use USECS_PER_SEC / HZ instead of tick_usec in do_gettimeofday. (diff)
downloadkernel-qcow2-linux-e5cef95d58d1e711b0bd6b00018278a06defb274.tar.gz
kernel-qcow2-linux-e5cef95d58d1e711b0bd6b00018278a06defb274.tar.xz
kernel-qcow2-linux-e5cef95d58d1e711b0bd6b00018278a06defb274.zip
[PATCH] fix build breakage in eeh.c in 2.6.16-rc5-git5
This patch should fixe a problem with eeh_add_device_late() not being defined in the ppc64 build process, causing the build to break. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/eeh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/eeh.h b/include/asm-powerpc/eeh.h
index 7dfb408fe2ca..eb392032e19b 100644
--- a/include/asm-powerpc/eeh.h
+++ b/include/asm-powerpc/eeh.h
@@ -61,6 +61,7 @@ void __init pci_addr_cache_build(void);
* to finish the eeh setup for this device.
*/
void eeh_add_device_early(struct device_node *);
+void eeh_add_device_late(struct pci_dev *dev);
void eeh_add_device_tree_early(struct device_node *);
void eeh_add_device_tree_late(struct pci_bus *);