summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl>2004-02-19 05:42:50 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-02-19 05:42:50 -0800
commit01225f82b51121fa12ef5fc41a67d2ae633e4165 (patch)
treefc073e7a9c964e60114eccc432ced66da3fa067d /include/linux
parentbd877aaf172d919ba4fed911150e65e2918076c7 (diff)
[PATCH] kill default_shutdown() and ide_drive_t->shutdown
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ide.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 8dcca646dd92..8ad1539d05b5 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1160,7 +1160,6 @@ typedef struct ide_driver_s {
unsigned busy : 1;
unsigned supports_dsc_overlap : 1;
int (*cleanup)(ide_drive_t *);
- int (*shutdown)(ide_drive_t *);
int (*flushcache)(ide_drive_t *);
ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t);
int (*end_request)(ide_drive_t *, int, int);