From 01225f82b51121fa12ef5fc41a67d2ae633e4165 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zolnierkiewicz Date: Thu, 19 Feb 2004 05:42:50 -0800 Subject: [PATCH] kill default_shutdown() and ide_drive_t->shutdown --- include/linux/ide.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') 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); -- cgit v1.2.3