diff options
Diffstat (limited to 'arch/m68k/include/asm/parport.h')
| -rw-r--r-- | arch/m68k/include/asm/parport.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/include/asm/parport.h b/arch/m68k/include/asm/parport.h index 646b1872f73..5ea75e6a739 100644 --- a/arch/m68k/include/asm/parport.h +++ b/arch/m68k/include/asm/parport.h @@ -15,8 +15,8 @@  #define outsl(port,buf,len)  isa_outsb(port,buf,(len)<<2)  /* no dma, or IRQ autoprobing */ -static int __devinit parport_pc_find_isa_ports (int autoirq, int autodma); -static int __devinit parport_pc_find_nonpci_ports (int autoirq, int autodma) +static int parport_pc_find_isa_ports (int autoirq, int autodma); +static int parport_pc_find_nonpci_ports (int autoirq, int autodma)  {          if (! (MACH_IS_Q40))  	  return 0; /* count=0 */  |