Skip to content

Commit

Permalink
sh: Remove board-specific ide.h headers.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Oct 19, 2006
1 parent 6b00223 commit 4a58eac
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 72 deletions.
8 changes: 0 additions & 8 deletions include/asm-sh/hp6xx/ide.h

This file was deleted.

8 changes: 0 additions & 8 deletions include/asm-sh/hs7751rvoip/ide.h

This file was deleted.

19 changes: 0 additions & 19 deletions include/asm-sh/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@
#include <asm/machvec.h>
#include <asm/ptrace.h> /* for pt_regs */

#if defined(CONFIG_SH_HP6XX) || \
defined(CONFIG_SH_RTS7751R2D) || \
defined(CONFIG_SH_HS7751RVOIP) || \
defined(CONFIG_SH_HS7751RVOIP) || \
defined(CONFIG_SH_SH03) || \
defined(CONFIG_SH_R7780RP) || \
defined(CONFIG_SH_LANDISK)
#include <asm/mach/ide.h>
#endif

#ifndef CONFIG_CPU_SUBTYPE_SH7780

#define INTC_DMAC0_MSK 0
Expand All @@ -38,15 +28,6 @@
#define INTC_IPRD 0xffd00010UL
#endif

#ifdef CONFIG_IDE
# ifndef IRQ_CFCARD
# define IRQ_CFCARD 14
# endif
# ifndef IRQ_PCMCIA
# define IRQ_PCMCIA 15
# endif
#endif

#define TIMER_IRQ 16
#define TIMER_IPR_ADDR INTC_IPRA
#define TIMER_IPR_POS 3
Expand Down
14 changes: 0 additions & 14 deletions include/asm-sh/landisk/ide.h

This file was deleted.

8 changes: 0 additions & 8 deletions include/asm-sh/r7780rp/ide.h

This file was deleted.

8 changes: 0 additions & 8 deletions include/asm-sh/rts7751r2d/ide.h

This file was deleted.

7 changes: 0 additions & 7 deletions include/asm-sh/sh03/ide.h

This file was deleted.

0 comments on commit 4a58eac

Please sign in to comment.