diff options
-rw-r--r-- | arch/m68k/include/asm/parport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/parport.h b/arch/m68k/include/asm/parport.h index 5ea75e6a7399..c85cece778e8 100644 --- a/arch/m68k/include/asm/parport.h +++ b/arch/m68k/include/asm/parport.h | |||
@@ -11,6 +11,8 @@ | |||
11 | #ifndef _ASM_M68K_PARPORT_H | 11 | #ifndef _ASM_M68K_PARPORT_H |
12 | #define _ASM_M68K_PARPORT_H 1 | 12 | #define _ASM_M68K_PARPORT_H 1 |
13 | 13 | ||
14 | #undef insl | ||
15 | #undef outsl | ||
14 | #define insl(port,buf,len) isa_insb(port,buf,(len)<<2) | 16 | #define insl(port,buf,len) isa_insb(port,buf,(len)<<2) |
15 | #define outsl(port,buf,len) isa_outsb(port,buf,(len)<<2) | 17 | #define outsl(port,buf,len) isa_outsb(port,buf,(len)<<2) |
16 | 18 | ||