diff options
author | Matthew Wilcox <willy@rowlf.int.wil.cx> | 2006-10-06 23:45:09 -0400 |
---|---|---|
committer | Matthew Wilcox <willy@parisc-linux.org> | 2006-10-07 07:22:30 -0400 |
commit | bbd6330ea1154fc13a351263160d4f9cca2ff5d9 (patch) | |
tree | f627bae4603315f9e25556e1837cb1989ed7621a /include | |
parent | 09690b18b7b9696bb719b246e77c7af9952da12c (diff) |
[PARISC] pdc_init no longer exists
Just a stale prototype
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
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"; |