* [2.6 patch] unexport ide_dma_on
@ 2008-01-28 22:08 Adrian Bunk
2008-02-01 21:49 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-01-28 22:08 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz, Sergei Shtylyov; +Cc: linux-kernel, linux-ide
ide_dma_on can be unexported.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
38b0717b827649511b15fbef6f98c891eda835ff
diff --git a/drivers/ide/ide-dma.c b/drivers/ide/ide-dma.c
index 5bf3203..15f8c6a 100644
--- a/drivers/ide/ide-dma.c
+++ b/drivers/ide/ide-dma.c
@@ -474,8 +474,6 @@ void ide_dma_on(ide_drive_t *drive)
drive->hwif->dma_host_set(drive, 1);
}
-EXPORT_SYMBOL(ide_dma_on);
-
#ifdef CONFIG_BLK_DEV_IDEDMA_PCI
/**
* ide_dma_setup - begin a DMA phase
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [2.6 patch] unexport ide_dma_on
2008-01-28 22:08 [2.6 patch] unexport ide_dma_on Adrian Bunk
@ 2008-02-01 21:49 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-02-01 21:49 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Sergei Shtylyov, linux-kernel, linux-ide
On Monday 28 January 2008, Adrian Bunk wrote:
> ide_dma_on can be unexported.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-01 22:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28 22:08 [2.6 patch] unexport ide_dma_on Adrian Bunk
2008-02-01 21:49 ` Bartlomiej Zolnierkiewicz
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).