diff options
Diffstat (limited to 'drivers/acpi/container.c')
-rw-r--r-- | drivers/acpi/container.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/container.c b/drivers/acpi/container.c index cc79d3e53a39..cc0bf4613e0d 100644 --- a/drivers/acpi/container.c +++ b/drivers/acpi/container.c | |||
@@ -52,7 +52,7 @@ MODULE_DESCRIPTION("ACPI container driver"); | |||
52 | MODULE_LICENSE("GPL"); | 52 | MODULE_LICENSE("GPL"); |
53 | 53 | ||
54 | static int acpi_container_add(struct acpi_device *device); | 54 | static int acpi_container_add(struct acpi_device *device); |
55 | static int acpi_container_remove(struct acpi_device *device, int type); | 55 | static int acpi_container_remove(struct acpi_device *device); |
56 | 56 | ||
57 | static const struct acpi_device_id container_device_ids[] = { | 57 | static const struct acpi_device_id container_device_ids[] = { |
58 | {"ACPI0004", 0}, | 58 | {"ACPI0004", 0}, |
@@ -125,7 +125,7 @@ static int acpi_container_add(struct acpi_device *device) | |||
125 | return 0; | 125 | return 0; |
126 | } | 126 | } |
127 | 127 | ||
128 | static int acpi_container_remove(struct acpi_device *device, int type) | 128 | static int acpi_container_remove(struct acpi_device *device) |
129 | { | 129 | { |
130 | acpi_status status = AE_OK; | 130 | acpi_status status = AE_OK; |
131 | struct acpi_container *pc = NULL; | 131 | struct acpi_container *pc = NULL; |