diff options
-rw-r--r-- | drivers/acpi/bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index f61f8927d843..292088fcc624 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c | |||
@@ -935,7 +935,7 @@ static int acpi_device_probe(struct device *dev) | |||
935 | return 0; | 935 | return 0; |
936 | } | 936 | } |
937 | 937 | ||
938 | static int acpi_device_remove(struct device * dev) | 938 | static int acpi_device_remove(struct device *dev) |
939 | { | 939 | { |
940 | struct acpi_device *acpi_dev = to_acpi_device(dev); | 940 | struct acpi_device *acpi_dev = to_acpi_device(dev); |
941 | struct acpi_driver *acpi_drv = acpi_dev->driver; | 941 | struct acpi_driver *acpi_drv = acpi_dev->driver; |