Commit b3adc105 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Linus Torvalds

[PATCH] remove unused ide_chipsets and IDE_CHIPSET_MODULE

parent 7c941718
...@@ -190,10 +190,6 @@ int noautodma = 1; ...@@ -190,10 +190,6 @@ int noautodma = 1;
EXPORT_SYMBOL(noautodma); EXPORT_SYMBOL(noautodma);
/*
* ide_modules keeps track of the available IDE chipset/probe/driver modules.
*/
ide_module_t *ide_chipsets;
ide_module_t *ide_probe; ide_module_t *ide_probe;
/* /*
......
...@@ -1245,7 +1245,6 @@ extern int generic_ide_ioctl(struct block_device *, unsigned, unsigned long); ...@@ -1245,7 +1245,6 @@ extern int generic_ide_ioctl(struct block_device *, unsigned, unsigned long);
/* /*
* IDE modules. * IDE modules.
*/ */
#define IDE_CHIPSET_MODULE 0 /* not supported yet */
#define IDE_PROBE_MODULE 1 #define IDE_PROBE_MODULE 1
typedef int (ide_module_init_proc)(void); typedef int (ide_module_init_proc)(void);
...@@ -1274,7 +1273,6 @@ typedef struct ide_devices_s { ...@@ -1274,7 +1273,6 @@ typedef struct ide_devices_s {
*/ */
#ifndef _IDE_C #ifndef _IDE_C
extern ide_hwif_t ide_hwifs[]; /* master data repository */ extern ide_hwif_t ide_hwifs[]; /* master data repository */
extern ide_module_t *ide_chipsets;
extern ide_module_t *ide_probe; extern ide_module_t *ide_probe;
extern ide_devices_t *idedisk; extern ide_devices_t *idedisk;
......
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