aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/firmware.h
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2006-02-10 15:47:36 +1100
committerPaul Mackerras <paulus@samba.org>2006-02-10 16:52:03 +1100
commit1965746bce49ddf001af52c7985e16343c768021 (patch)
treed311fce31613545f3430582322d66411566f1863 /include/asm-powerpc/firmware.h
parent[PATCH] powerpc: Clean up pSeries firmware feature initialisation (diff)
downloadlinux-dev-1965746bce49ddf001af52c7985e16343c768021.tar.xz
linux-dev-1965746bce49ddf001af52c7985e16343c768021.zip
[PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries
Currently we have some stuff in firmware.h and kernel/firmware.c that is #ifdef CONFIG_PPC_PSERIES. Move it all into platforms/pseries. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--include/asm-powerpc/firmware.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-powerpc/firmware.h b/include/asm-powerpc/firmware.h
index f804b34cf06a..b7791a1b05db 100644
--- a/include/asm-powerpc/firmware.h
+++ b/include/asm-powerpc/firmware.h
@@ -89,15 +89,6 @@ static inline unsigned long firmware_has_feature(unsigned long feature)
(FW_FEATURE_POSSIBLE & ppc64_firmware_features & feature);
}
-#ifdef CONFIG_PPC_PSERIES
-typedef struct {
- unsigned long val;
- char * name;
-} firmware_feature_t;
-
-extern firmware_feature_t firmware_features_table[];
-#endif
-
extern void system_reset_fwnmi(void);
extern void machine_check_fwnmi(void);