diff options
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/panasonic-laptop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/panasonic-laptop.c b/drivers/platform/x86/panasonic-laptop.c index c47a44dcb702..ecaca412a2a1 100644 --- a/drivers/platform/x86/panasonic-laptop.c +++ b/drivers/platform/x86/panasonic-laptop.c | |||
@@ -184,6 +184,7 @@ static const struct acpi_device_id pcc_device_ids[] = { | |||
184 | { "MAT0019", 0}, | 184 | { "MAT0019", 0}, |
185 | { "", 0}, | 185 | { "", 0}, |
186 | }; | 186 | }; |
187 | MODULE_DEVICE_TABLE(acpi, pcc_device_ids); | ||
187 | 188 | ||
188 | static struct acpi_driver acpi_pcc_driver = { | 189 | static struct acpi_driver acpi_pcc_driver = { |
189 | .name = ACPI_PCC_DRIVER_NAME, | 190 | .name = ACPI_PCC_DRIVER_NAME, |