diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/firmware.h | 9 |
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) | |||
89 | (FW_FEATURE_POSSIBLE & ppc64_firmware_features & feature); | 89 | (FW_FEATURE_POSSIBLE & ppc64_firmware_features & feature); |
90 | } | 90 | } |
91 | 91 | ||
92 | #ifdef CONFIG_PPC_PSERIES | ||
93 | typedef struct { | ||
94 | unsigned long val; | ||
95 | char * name; | ||
96 | } firmware_feature_t; | ||
97 | |||
98 | extern firmware_feature_t firmware_features_table[]; | ||
99 | #endif | ||
100 | |||
101 | extern void system_reset_fwnmi(void); | 92 | extern void system_reset_fwnmi(void); |
102 | extern void machine_check_fwnmi(void); | 93 | extern void machine_check_fwnmi(void); |
103 | 94 | ||