aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ide/ide.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c
index f338fe96ff6d..b7a040ef12fa 100644
--- a/drivers/ide/ide.c
+++ b/drivers/ide/ide.c
@@ -100,13 +100,8 @@ int ide_noacpitfs = 1;
100int ide_noacpionboot = 1; 100int ide_noacpionboot = 1;
101#endif 101#endif
102 102
103/*
104 * This is declared extern in ide.h, for access by other IDE modules:
105 */
106ide_hwif_t ide_hwifs[MAX_HWIFS]; /* master data repository */ 103ide_hwif_t ide_hwifs[MAX_HWIFS]; /* master data repository */
107 104
108EXPORT_SYMBOL(ide_hwifs);
109
110static void ide_port_init_devices_data(ide_hwif_t *); 105static void ide_port_init_devices_data(ide_hwif_t *);
111 106
112/* 107/*