diff options
| author | Bartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl> | 2004-02-19 05:42:59 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-02-19 05:42:59 -0800 |
| commit | 09eb39e82657c5ea1f8eabd22a94c992373d594c (patch) | |
| tree | 35646815b3e285804bfaea88e1884c234b0ddcb4 /include/linux | |
| parent | 01225f82b51121fa12ef5fc41a67d2ae633e4165 (diff) | |
[PATCH] kill default_flushcache() and ide_drive_t->flushcache
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 8ad1539d05b5..cdb7bc7cce92 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 (*flushcache)(ide_drive_t *); ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t); int (*end_request)(ide_drive_t *, int, int); u8 (*sense)(ide_drive_t *, const char *, u8); |
