diff options
author | Hanjun Guo <hanjun.guo@linaro.org> | 2017-01-10 07:16:43 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-01-10 23:13:58 -0500 |
commit | 47069a81b6312380f163f711ff879bd7a9d0da2a (patch) | |
tree | b364c7fc3101925f84302da888b60e44e97b9fc7 /include/scsi/scsi.h | |
parent | 93fdd5ac64bbe80dac6416f048405362d7ef0945 (diff) |
scsi: remove useless acpi functions in the header file
commit f1bc1e4c44b1 ("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: Hanjun Guo <hanjun.guo@linaro.org>
Reviewed-by: John Garry <john.garry@huawei.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi/scsi.h')
-rw-r--r-- | include/scsi/scsi.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index 8ec7c30e35af..a1e1930b7a87 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h | |||
@@ -29,16 +29,6 @@ enum scsi_timeouts { | |||
29 | */ | 29 | */ |
30 | #define SCAN_WILD_CARD ~0 | 30 | #define SCAN_WILD_CARD ~0 |
31 | 31 | ||
32 | #ifdef CONFIG_ACPI | ||
33 | struct acpi_bus_type; | ||
34 | |||
35 | extern int | ||
36 | scsi_register_acpi_bus_type(struct acpi_bus_type *bus); | ||
37 | |||
38 | extern void | ||
39 | scsi_unregister_acpi_bus_type(struct acpi_bus_type *bus); | ||
40 | #endif | ||
41 | |||
42 | /** scsi_status_is_good - check the status return. | 32 | /** scsi_status_is_good - check the status return. |
43 | * | 33 | * |
44 | * @status: the status passed up from the driver (including host and | 34 | * @status: the status passed up from the driver (including host and |