aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-taskfile.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-11-09 23:07:56 +0100
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2005-11-09 23:07:56 +0100
commite851b620e775c9f0e00b1c7e35072d6b98097cb9 (patch)
treee00b56c73a6a4d6bfbde39bf7f7aa5ac43fe7185 /drivers/ide/ide-taskfile.c
parent[PATCH] ide: move CONFIG_IDE_MAX_HWIFS into linux/ide.h (diff)
downloadlinux-dev-e851b620e775c9f0e00b1c7e35072d6b98097cb9.tar.xz
linux-dev-e851b620e775c9f0e00b1c7e35072d6b98097cb9.zip
[PATCH] ide: possible cleanups
This patch contains the following possible cleanups: - pci/cy82c693.c: make a needlessly global function static - remove the following unneeded EXPORT_SYMBOL's: - ide-taskfile.c: do_rw_taskfile - ide-iops.c: default_hwif_iops - ide-iops.c: default_hwif_transport - ide-iops.c: wait_for_ready Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-taskfile.c')
-rw-r--r--drivers/ide/ide-taskfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/ide-taskfile.c b/drivers/ide/ide-taskfile.c
index 7ec18fa3b5ff..54f9639c2a8c 100644
--- a/drivers/ide/ide-taskfile.c
+++ b/drivers/ide/ide-taskfile.c
@@ -161,8 +161,6 @@ ide_startstop_t do_rw_taskfile (ide_drive_t *drive, ide_task_t *task)
return ide_stopped;
}
-EXPORT_SYMBOL(do_rw_taskfile);
-
/*
* set_multmode_intr() is invoked on completion of a WIN_SETMULT cmd.
*/