diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-29 17:17:02 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-10 15:32:31 +1100 |
commit | 18eb3b398d92028e6f09f0423aa4e2a7b1096db3 (patch) | |
tree | c9065b1616b97a6c9514fc7c641b96e42b85cd89 /arch/powerpc/platforms/pseries/eeh_cache.c | |
parent | 257ffc64a6c22621ecb0371b7f10d5b40b74c878 (diff) |
powerpc: Fix up some compile errors in the PCI error recovery code
<asm/systemcfg.h> is gone now, and the PCI error recovery constants
in include/linux/pci.h changed their names in the process of getting
accepted.
Signed-off-by: Paul Mackerras <paulus@samba.org>
(cherry picked from 5a2516156c591fc3d2059fbd93f97e15eb6010d6 commit)
Diffstat (limited to 'arch/powerpc/platforms/pseries/eeh_cache.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/eeh_cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/eeh_cache.c b/arch/powerpc/platforms/pseries/eeh_cache.c index 71b2187581a3..d4a402c5866c 100644 --- a/arch/powerpc/platforms/pseries/eeh_cache.c +++ b/arch/powerpc/platforms/pseries/eeh_cache.c @@ -26,7 +26,6 @@ #include <asm/atomic.h> #include <asm/pci-bridge.h> #include <asm/ppc-pci.h> -#include <asm/systemcfg.h> #undef DEBUG |