Skip to content

Commit

Permalink
[PATCH] fix build breakage in eeh.c in 2.6.16-rc5-git5
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg KH authored and Linus Torvalds committed Mar 1, 2006
1 parent 800d114 commit e5cef95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-powerpc/eeh.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);

Expand Down

0 comments on commit e5cef95

Please sign in to comment.