3 Feb 2004 16:55
[PATCH] remove unused ide_devices_t from ide.c and ide.h
Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz <at> elka.pw.edu.pl>
2004-02-03 15:55:25 GMT
2004-02-03 15:55:25 GMT
Introduced in 2.4.21 and never used. linux-2.6.2-rc3-bk3-root/drivers/ide/ide.c | 12 ------------ linux-2.6.2-rc3-bk3-root/include/linux/ide.h | 14 -------------- 2 files changed, 26 deletions(-) diff -puN drivers/ide/ide.c~ide_devices_cleanup drivers/ide/ide.c --- linux-2.6.2-rc3-bk3/drivers/ide/ide.c~ide_devices_cleanup 2004-02-03 15:57:04.080097824 +0100 +++ linux-2.6.2-rc3-bk3-root/drivers/ide/ide.c 2004-02-03 15:57:04.091096152 +0100 <at> <at> -197,18 +197,6 <at> <at> ide_hwif_t ide_hwifs[MAX_HWIFS]; /* mast EXPORT_SYMBOL(ide_hwifs); -ide_devices_t *idedisk; -ide_devices_t *idecd; -ide_devices_t *idefloppy; -ide_devices_t *idetape; -ide_devices_t *idescsi; - -EXPORT_SYMBOL(idedisk); -EXPORT_SYMBOL(idecd); -EXPORT_SYMBOL(idefloppy); -EXPORT_SYMBOL(idetape); -EXPORT_SYMBOL(idescsi); - extern ide_driver_t idedefault_driver; static void setup_driver_defaults(ide_driver_t *driver); diff -puN include/linux/ide.h~ide_devices_cleanup include/linux/ide.h(Continue reading)
Considering how many tries it took me to get it right, I'm glad it's gotten in...
/Davin
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at
RSS Feed