diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-16 16:29:55 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-10-16 16:29:55 -0400 |
commit | 259c0632d30d75a5a7fccdac558cc128f03ce903 (patch) | |
tree | 25cbe39b3639645c7d220ad216e282831da553ef | |
parent | 0ae2e178652753ae1797d407755a3505f7c1d2a7 (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>
-rw-r--r-- | drivers/ide/ide-dma.c | 2 |
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 | ||
786 | EXPORT_SYMBOL_GPL(ide_tune_dma); | ||
787 | |||
788 | static int ide_dma_check(ide_drive_t *drive) | 786 | static int ide_dma_check(ide_drive_t *drive) |
789 | { | 787 | { |
790 | ide_hwif_t *hwif = drive->hwif; | 788 | ide_hwif_t *hwif = drive->hwif; |