[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>

authored by Greg KH and committed by Linus Torvalds e5cef95d 800d1142

+1
+1
include/asm-powerpc/eeh.h
··· 61 61 * to finish the eeh setup for this device. 62 62 */ 63 63 void eeh_add_device_early(struct device_node *); 64 + void eeh_add_device_late(struct pci_dev *dev); 64 65 void eeh_add_device_tree_early(struct device_node *); 65 66 void eeh_add_device_tree_late(struct pci_bus *); 66 67