summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl>2004-02-04 20:39:11 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-02-04 20:39:11 -0800
commitae78191f33cde741c4069dd257a05ba61ba6e000 (patch)
tree1c3b8e58f9455a4b460ee3f73a9d3c793cd80799 /include/linux
parent61310117f5fa0e768add00367a92da73796675b3 (diff)
[PATCH] remove unused ide_devices_t from ide.c and ide.h
Introduced in kernel 2.5.35 and never used.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ide.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 2b7777338be0..ac844eca377d 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1214,13 +1214,6 @@ typedef struct ide_driver_s {
extern int generic_ide_ioctl(struct block_device *, unsigned, unsigned long);
-typedef struct ide_devices_s {
- char name[4]; /* hdX */
- unsigned attached : 1; /* native */
- unsigned alttached : 1; /* alternate */
- struct ide_devices_s *next;
-} ide_devices_t;
-
/*
* ide_hwifs[] is the master data structure used to keep track
* of just about everything in ide.c. Whenever possible, routines
@@ -1231,13 +1224,6 @@ typedef struct ide_devices_s {
*/
#ifndef _IDE_C
extern ide_hwif_t ide_hwifs[]; /* master data repository */
-
-extern ide_devices_t *idedisk;
-extern ide_devices_t *idecd;
-extern ide_devices_t *idefloppy;
-extern ide_devices_t *idetape;
-extern ide_devices_t *idescsi;
-
#endif
extern int noautodma;