ide: unexport ide_tune_dma
authorAdrian Bunk <[email protected]>
Tue, 16 Oct 2007 20:29:55 +0000 (22:29 +0200)
committerBartlomiej Zolnierkiewicz <[email protected]>
Tue, 16 Oct 2007 20:29:55 +0000 (22:29 +0200)
static code mustn't be exported.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
drivers/ide/ide-dma.c

index 716a4fdcc0b50b037b5c0ac8599167d7e86a437c..8ff9de599bf1c635ea8a9e67d7e261e936922028 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;