ide: include <asm/ide.h> only when needed
[deliverable/linux.git] / include / linux / ide.h
index b7d95f09cc2ec59194ef50d2538c2c8de3abd210..47878719c56b34e762e51a71cf38016946121d74 100644 (file)
@@ -193,13 +193,6 @@ static inline void ide_std_init_ports(hw_regs_t *hw,
        hw->io_ports.ctl_addr = ctl_addr;
 }
 
-#if defined(CONFIG_ARM) || defined(CONFIG_M68K) || defined(CONFIG_MIPS) || \
-    defined(CONFIG_PARISC) || defined(CONFIG_PPC) || defined(CONFIG_SPARC)
-#include <asm/ide.h>
-#else
-#include <asm-generic/ide_iops.h>
-#endif
-
 #define MAX_HWIFS      10
 
 /*
This page took 0.029168 seconds and 5 git commands to generate.