summaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz2009-03-24 23:22:44 +0100
committerBartlomiej Zolnierkiewicz2009-03-24 23:22:44 +0100
commit11938c929022bb92b1a42f5e1289524a1e465dc0 (patch)
tree7698cdcb8b45d30d7e4831cfa884c1ed13e1fe4c /include/linux/ide.h
parentide: move ide_do_park_unpark() to ide-park.c (diff)
downloadkernel-qcow2-linux-11938c929022bb92b1a42f5e1289524a1e465dc0.tar.gz
kernel-qcow2-linux-11938c929022bb92b1a42f5e1289524a1e465dc0.tar.xz
kernel-qcow2-linux-11938c929022bb92b1a42f5e1289524a1e465dc0.zip
ide: move device settings code to ide-devsets.c
Remove stale comment from ide.c while at it. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 110d26359897..eca5082c3437 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1170,6 +1170,7 @@ int ide_busy_sleep(ide_hwif_t *, unsigned long, int);
int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long);
ide_startstop_t ide_do_park_unpark(ide_drive_t *, struct request *);
+ide_startstop_t ide_do_devset(ide_drive_t *, struct request *);
extern ide_startstop_t ide_do_reset (ide_drive_t *);