ide: unexport ide_hwifs[]

All modular users have been fixed to not reference ide_hwifs[] directly.
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent dc9114e2
...@@ -100,13 +100,8 @@ int ide_noacpitfs = 1; ...@@ -100,13 +100,8 @@ int ide_noacpitfs = 1;
int ide_noacpionboot = 1; int ide_noacpionboot = 1;
#endif #endif
/*
* This is declared extern in ide.h, for access by other IDE modules:
*/
ide_hwif_t ide_hwifs[MAX_HWIFS]; /* master data repository */ ide_hwif_t ide_hwifs[MAX_HWIFS]; /* master data repository */
EXPORT_SYMBOL(ide_hwifs);
static void ide_port_init_devices_data(ide_hwif_t *); static void ide_port_init_devices_data(ide_hwif_t *);
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment