diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-parisc/pdc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-parisc/pdc.h b/include/asm-parisc/pdc.h index c9b2e35326ee..423c2b84b4a0 100644 --- a/include/asm-parisc/pdc.h +++ b/include/asm-parisc/pdc.h | |||
@@ -774,8 +774,6 @@ int pdc_sti_call(unsigned long func, unsigned long flags, | |||
774 | unsigned long inptr, unsigned long outputr, | 774 | unsigned long inptr, unsigned long outputr, |
775 | unsigned long glob_cfg); | 775 | unsigned long glob_cfg); |
776 | 776 | ||
777 | extern void pdc_init(void); | ||
778 | |||
779 | static inline char * os_id_to_string(u16 os_id) { | 777 | static inline char * os_id_to_string(u16 os_id) { |
780 | switch(os_id) { | 778 | switch(os_id) { |
781 | case OS_ID_NONE: return "No OS"; | 779 | case OS_ID_NONE: return "No OS"; |