* [-mm patch] unexport ide_tune_dma
[not found] <20070809224254.11f42716.akpm@linux-foundation.org>
@ 2007-08-14 21:23 ` Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-08-14 21:23 UTC (permalink / raw)
To: Andrew Morton, Sergei Shtylyov, Bartlomiej Zolnierkiewicz
Cc: linux-kernel, linux-ide
On Thu, Aug 09, 2007 at 10:42:54PM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.23-rc1-mm2:
>...
> +ide-ide-remove-ide-dma-check.patch
>
> IDE tree updates
>...
static code mustn't be exported.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
8cc9125428c1a2c547e76cd5f37b109b1991eb68
diff --git a/drivers/ide/ide-dma.c b/drivers/ide/ide-dma.c
index 5a774d8..10c6739 100644
--- a/drivers/ide/ide-dma.c
+++ b/drivers/ide/ide-dma.c
@@ -778,8 +778,6 @@ static int ide_tune_dma(ide_drive_t *drive)
return 1;
}
-EXPORT_SYMBOL_GPL(ide_tune_dma);
-
static int ide_dma_check(ide_drive_t *drive)
{
int vdma = (drive->hwif->host_flags & IDE_HFLAG_VDMA)? 1 : 0;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-14 21:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20070809224254.11f42716.akpm@linux-foundation.org>
2007-08-14 21:23 ` [-mm patch] unexport ide_tune_dma Adrian Bunk
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).