提交 47069a81 编写于 作者: H Hanjun Guo 提交者: Martin K. Petersen

scsi: remove useless acpi functions in the header file

commit f1bc1e4c ("ata: acpi: rework the ata acpi bind support")
removed scsi_register_acpi_bus_type() and
scsi_unregister_acpi_bus_type(), but forgot to remove them in the header
file, do it now.
Signed-off-by: NHanjun Guo <hanjun.guo@linaro.org>
Reviewed-by: NJohn Garry <john.garry@huawei.com>
Reviewed-by: NJohannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 93fdd5ac
...@@ -29,16 +29,6 @@ enum scsi_timeouts { ...@@ -29,16 +29,6 @@ enum scsi_timeouts {
*/ */
#define SCAN_WILD_CARD ~0 #define SCAN_WILD_CARD ~0
#ifdef CONFIG_ACPI
struct acpi_bus_type;
extern int
scsi_register_acpi_bus_type(struct acpi_bus_type *bus);
extern void
scsi_unregister_acpi_bus_type(struct acpi_bus_type *bus);
#endif
/** scsi_status_is_good - check the status return. /** scsi_status_is_good - check the status return.
* *
* @status: the status passed up from the driver (including host and * @status: the status passed up from the driver (including host and
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册