* [PATCH 3/18] ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL
@ 2007-11-04 23:18 Bartlomiej Zolnierkiewicz
2007-11-06 11:35 ` Sergei Shtylyov
0 siblings, 1 reply; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2007-11-04 23:18 UTC (permalink / raw)
To: linux-ide
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/ide-taskfile.c | 2 ++
1 file changed, 2 insertions(+)
Index: b/drivers/ide/ide-taskfile.c
===================================================================
--- a/drivers/ide/ide-taskfile.c
+++ b/drivers/ide/ide-taskfile.c
@@ -568,6 +568,7 @@ int ide_no_data_taskfile(ide_drive_t *dr
EXPORT_SYMBOL_GPL(ide_no_data_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;
@@ -771,6 +772,7 @@ abort:
return err;
}
+#endif
int ide_wait_cmd (ide_drive_t *drive, u8 cmd, u8 nsect, u8 feature, u8 sectors, u8 *buf)
{
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 3/18] ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL
2007-11-04 23:18 [PATCH 3/18] ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL Bartlomiej Zolnierkiewicz
@ 2007-11-06 11:35 ` Sergei Shtylyov
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Shtylyov @ 2007-11-06 11:35 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: linux-ide
Bartlomiej Zolnierkiewicz wrote:
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
MBR, Sergei
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-06 11:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-04 23:18 [PATCH 3/18] ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL Bartlomiej Zolnierkiewicz
2007-11-06 11:35 ` Sergei Shtylyov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).