From: Adrian Bunk Date: Tue, 16 Oct 2007 20:29:55 +0000 (+0200) Subject: ide: unexport ide_tune_dma X-Git-Tag: v2.6.24-rc1~822^2~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=259c0632d30d75a5a7fccdac558cc128f03ce903;p=karo-tx-linux.git ide: unexport ide_tune_dma static code mustn't be exported. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Bartlomiej Zolnierkiewicz --- 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) return 1; } -EXPORT_SYMBOL_GPL(ide_tune_dma); - static int ide_dma_check(ide_drive_t *drive) { ide_hwif_t *hwif = drive->hwif;