[PARISC] remove unused pdc_iodc_printf function

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

-14
-13
arch/parisc/kernel/pdc_cons.c
··· 58 pdc_iodc_print(s, count); 59 } 60 61 - void pdc_printf(const char *fmt, ...) 62 - { 63 - va_list args; 64 - char buf[1024]; 65 - int i, len; 66 - 67 - va_start(args, fmt); 68 - len = vscnprintf(buf, sizeof(buf), fmt, args); 69 - va_end(args); 70 - 71 - pdc_iodc_print(buf, len); 72 - } 73 - 74 int pdc_console_poll_key(struct console *co) 75 { 76 return pdc_iodc_getc();
··· 58 pdc_iodc_print(s, count); 59 } 60 61 int pdc_console_poll_key(struct console *co) 62 { 63 return pdc_iodc_getc();
-1
include/asm-parisc/pdc.h
··· 646 void pdc_io_reset_devices(void); 647 int pdc_iodc_getc(void); 648 int pdc_iodc_print(unsigned char *str, unsigned count); 649 - void pdc_printf(const char *fmt, ...); 650 651 void pdc_emergency_unlock(void); 652 int pdc_sti_call(unsigned long func, unsigned long flags,
··· 646 void pdc_io_reset_devices(void); 647 int pdc_iodc_getc(void); 648 int pdc_iodc_print(unsigned char *str, unsigned count); 649 650 void pdc_emergency_unlock(void); 651 int pdc_sti_call(unsigned long func, unsigned long flags,