diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/ide.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/asm-x86/ide.h b/include/asm-x86/ide.h deleted file mode 100644 index 0289baf9ce0a..000000000000 --- a/include/asm-x86/ide.h +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 1994-1996 Linus Torvalds & authors | ||
3 | */ | ||
4 | |||
5 | /* | ||
6 | * This file contains the i386 architecture specific IDE code. | ||
7 | */ | ||
8 | |||
9 | #ifndef __ASMi386_IDE_H | ||
10 | #define __ASMi386_IDE_H | ||
11 | |||
12 | #ifdef __KERNEL__ | ||
13 | |||
14 | #include <asm-generic/ide_iops.h> | ||
15 | |||
16 | #endif /* __KERNEL__ */ | ||
17 | |||
18 | #endif /* __ASMi386_IDE_H */ | ||