aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-dma.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-10-16 16:29:55 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2007-10-16 16:29:55 -0400
commit259c0632d30d75a5a7fccdac558cc128f03ce903 (patch)
tree25cbe39b3639645c7d220ad216e282831da553ef /drivers/ide/ide-dma.c
parent0ae2e178652753ae1797d407755a3505f7c1d2a7 (diff)
ide: unexport ide_tune_dma
static code mustn't be exported. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-dma.c')
-rw-r--r--drivers/ide/ide-dma.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/ide-dma.c b/drivers/ide/ide-dma.c
index 716a4fdcc0b5..8ff9de599bf1 100644
--- a/drivers/ide/ide-dma.c
+++ b/drivers/ide/ide-dma.c
@@ -783,8 +783,6 @@ static int ide_tune_dma(ide_drive_t *drive)
783 return 1; 783 return 1;
784} 784}
785 785
786EXPORT_SYMBOL_GPL(ide_tune_dma);
787
788static int ide_dma_check(ide_drive_t *drive) 786static int ide_dma_check(ide_drive_t *drive)
789{ 787{
790 ide_hwif_t *hwif = drive->hwif; 788 ide_hwif_t *hwif = drive->hwif;