ide: unexport ide_tune_dma
authorAdrian Bunk <bunk@kernel.org>
Tue, 16 Oct 2007 20:29:55 +0000 (22:29 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Tue, 16 Oct 2007 20:29:55 +0000 (22:29 +0200)
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>
drivers/ide/ide-dma.c

index 716a4fd..8ff9de5 100644 (file)
@@ -783,8 +783,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)
 {
        ide_hwif_t *hwif = drive->hwif;