diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 13:56:42 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 13:56:42 -0500 |
commit | 4484d80388b4a70250f590c5a3631c91f088fe18 (patch) | |
tree | c499bbf46d0ed1fb76cbc69a570dfc8d1261fd2b /drivers/ide/ide-acpi.c | |
parent | decdc3f0d664c87761fa1c90733a840b3ca4eccb (diff) |
ide-acpi: remove needless exports
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-acpi.c')
-rw-r--r-- | drivers/ide/ide-acpi.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ide/ide-acpi.c b/drivers/ide/ide-acpi.c index 68bc61844780..6dfe1036e6fa 100644 --- a/drivers/ide/ide-acpi.c +++ b/drivers/ide/ide-acpi.c | |||
@@ -494,7 +494,6 @@ int ide_acpi_exec_tfs(ide_drive_t *drive) | |||
494 | 494 | ||
495 | return ret; | 495 | return ret; |
496 | } | 496 | } |
497 | EXPORT_SYMBOL_GPL(ide_acpi_exec_tfs); | ||
498 | 497 | ||
499 | /** | 498 | /** |
500 | * ide_acpi_get_timing - get the channel (controller) timings | 499 | * ide_acpi_get_timing - get the channel (controller) timings |
@@ -580,7 +579,6 @@ void ide_acpi_get_timing(ide_hwif_t *hwif) | |||
580 | 579 | ||
581 | kfree(output.pointer); | 580 | kfree(output.pointer); |
582 | } | 581 | } |
583 | EXPORT_SYMBOL_GPL(ide_acpi_get_timing); | ||
584 | 582 | ||
585 | /** | 583 | /** |
586 | * ide_acpi_push_timing - set the channel (controller) timings | 584 | * ide_acpi_push_timing - set the channel (controller) timings |
@@ -634,7 +632,6 @@ void ide_acpi_push_timing(ide_hwif_t *hwif) | |||
634 | } | 632 | } |
635 | DEBPRINT("_STM status: %d\n", status); | 633 | DEBPRINT("_STM status: %d\n", status); |
636 | } | 634 | } |
637 | EXPORT_SYMBOL_GPL(ide_acpi_push_timing); | ||
638 | 635 | ||
639 | /** | 636 | /** |
640 | * ide_acpi_set_state - set the channel power state | 637 | * ide_acpi_set_state - set the channel power state |
@@ -762,4 +759,3 @@ void ide_acpi_init(ide_hwif_t *hwif) | |||
762 | } | 759 | } |
763 | } | 760 | } |
764 | } | 761 | } |
765 | EXPORT_SYMBOL_GPL(ide_acpi_init); | ||