From: Bartlomiej Zolnierkiewicz Date: Mon, 5 Nov 2007 20:42:27 +0000 (+0100) Subject: ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL X-Git-Tag: v2.6.24-rc2~29^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26a5b04075f6f2ccf30b22e7f0fc9127c500a698;p=platform%2Fkernel%2Flinux-3.10.git ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/ide/ide-taskfile.c b/drivers/ide/ide-taskfile.c index eba9635..2b60f1b0 100644 --- a/drivers/ide/ide-taskfile.c +++ b/drivers/ide/ide-taskfile.c @@ -512,6 +512,7 @@ int ide_raw_taskfile (ide_drive_t *drive, ide_task_t *args, u8 *buf) EXPORT_SYMBOL(ide_raw_taskfile); +#ifdef CONFIG_IDE_TASK_IOCTL int ide_taskfile_ioctl (ide_drive_t *drive, unsigned int cmd, unsigned long arg) { ide_task_request_t *req_task; @@ -661,6 +662,7 @@ abort: return err; } +#endif int ide_wait_cmd (ide_drive_t *drive, u8 cmd, u8 nsect, u8 feature, u8 sectors, u8 *buf) {