ide-acpi: remove needless exports

Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
上级 decdc3f0
...@@ -494,7 +494,6 @@ int ide_acpi_exec_tfs(ide_drive_t *drive) ...@@ -494,7 +494,6 @@ int ide_acpi_exec_tfs(ide_drive_t *drive)
return ret; return ret;
} }
EXPORT_SYMBOL_GPL(ide_acpi_exec_tfs);
/** /**
* ide_acpi_get_timing - get the channel (controller) timings * ide_acpi_get_timing - get the channel (controller) timings
...@@ -580,7 +579,6 @@ void ide_acpi_get_timing(ide_hwif_t *hwif) ...@@ -580,7 +579,6 @@ void ide_acpi_get_timing(ide_hwif_t *hwif)
kfree(output.pointer); kfree(output.pointer);
} }
EXPORT_SYMBOL_GPL(ide_acpi_get_timing);
/** /**
* ide_acpi_push_timing - set the channel (controller) timings * ide_acpi_push_timing - set the channel (controller) timings
...@@ -634,7 +632,6 @@ void ide_acpi_push_timing(ide_hwif_t *hwif) ...@@ -634,7 +632,6 @@ void ide_acpi_push_timing(ide_hwif_t *hwif)
} }
DEBPRINT("_STM status: %d\n", status); DEBPRINT("_STM status: %d\n", status);
} }
EXPORT_SYMBOL_GPL(ide_acpi_push_timing);
/** /**
* ide_acpi_set_state - set the channel power state * ide_acpi_set_state - set the channel power state
...@@ -762,4 +759,3 @@ void ide_acpi_init(ide_hwif_t *hwif) ...@@ -762,4 +759,3 @@ void ide_acpi_init(ide_hwif_t *hwif)
} }
} }
} }
EXPORT_SYMBOL_GPL(ide_acpi_init);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册