diff options
Diffstat (limited to 'include/asm-x86/parport.h')
-rw-r--r-- | include/asm-x86/parport.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-x86/parport.h b/include/asm-x86/parport.h deleted file mode 100644 index 2e3dda4dc3d9..000000000000 --- a/include/asm-x86/parport.h +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | #ifndef ASM_X86__PARPORT_H | ||
2 | #define ASM_X86__PARPORT_H | ||
3 | |||
4 | static int __devinit parport_pc_find_isa_ports(int autoirq, int autodma); | ||
5 | static int __devinit parport_pc_find_nonpci_ports(int autoirq, int autodma) | ||
6 | { | ||
7 | return parport_pc_find_isa_ports(autoirq, autodma); | ||
8 | } | ||
9 | |||
10 | #endif /* ASM_X86__PARPORT_H */ | ||