diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-10-19 16:15:13 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-10-19 16:30:32 +0900 |
commit | 4a58eaca7ca68abea37d6d2a4ea7deb394906183 (patch) | |
tree | a879475b6db09e06be21727c54d516099a13207d /include/asm-sh/hp6xx | |
parent | 6b0022305f80cf249de69e746f6f5ccf7ffc5b7c (diff) | |
download | op-kernel-dev-4a58eaca7ca68abea37d6d2a4ea7deb394906183.zip op-kernel-dev-4a58eaca7ca68abea37d6d2a4ea7deb394906183.tar.gz |
sh: Remove board-specific ide.h headers.
The driver that these were using never made it in to
drivers/ide, so kill off the rest of the cruft. These
will have to be reworked for board-specific platform
devices through libata when they're added back through
the setup code.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/hp6xx')
-rw-r--r-- | include/asm-sh/hp6xx/ide.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-sh/hp6xx/ide.h b/include/asm-sh/hp6xx/ide.h deleted file mode 100644 index 570395a..0000000 --- a/include/asm-sh/hp6xx/ide.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __ASM_SH_HP6XX_IDE_H -#define __ASM_SH_HP6XX_IDE_H - -#define IRQ_CFCARD 93 -#define IRQ_PCMCIA 94 - -#endif /* __ASM_SH_HP6XX_IDE_H */ - |