diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index 957391306cbf..bb7de413d06d 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -180,8 +180,7 @@ static inline void suspend_nvs_restore(void) {} | |||
180 | -------------------------------------------------------------------------- */ | 180 | -------------------------------------------------------------------------- */ |
181 | struct platform_device; | 181 | struct platform_device; |
182 | 182 | ||
183 | int acpi_create_platform_device(struct acpi_device *adev, | 183 | struct platform_device *acpi_create_platform_device(struct acpi_device *adev); |
184 | const struct acpi_device_id *id); | ||
185 | 184 | ||
186 | /*-------------------------------------------------------------------------- | 185 | /*-------------------------------------------------------------------------- |
187 | Video | 186 | Video |