[PARISC] pdc_init no longer exists
authorMatthew Wilcox <willy@rowlf.int.wil.cx>
Sat, 7 Oct 2006 03:45:09 +0000 (23:45 -0400)
committerMatthew Wilcox <willy@parisc-linux.org>
Sat, 7 Oct 2006 11:22:30 +0000 (05:22 -0600)
Just a stale prototype

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
include/asm-parisc/pdc.h

index c9b2e35..423c2b8 100644 (file)
@@ -774,8 +774,6 @@ int pdc_sti_call(unsigned long func, unsigned long flags,
                  unsigned long inptr, unsigned long outputr,
                  unsigned long glob_cfg);
 
-extern void pdc_init(void);
-
 static inline char * os_id_to_string(u16 os_id) {
        switch(os_id) {
        case OS_ID_NONE:        return "No OS";