X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Facpi%2Fdock.c;h=d9339b442a4ebdc6870d4dd0b4dac4db65ed8613;hb=4f0302277718810494f8c618f28d1edb33af859a;hp=f0fc6260266bfe852a7228b7f64bf8db40ce4bb9;hpb=c29aa153ef0469cddf0146d41ce6494bd76be78b;p=karo-tx-linux.git diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c index f0fc6260266b..d9339b442a4e 100644 --- a/drivers/acpi/dock.c +++ b/drivers/acpi/dock.c @@ -51,12 +51,6 @@ MODULE_PARM_DESC(immediate_undock, "1 (default) will cause the driver to " " the driver to wait for userspace to write the undock sysfs file " " before undocking"); -static const struct acpi_device_id dock_device_ids[] = { - {"LNXDOCK", 0}, - {"", 0}, -}; -MODULE_DEVICE_TABLE(acpi, dock_device_ids); - struct dock_station { acpi_handle handle; unsigned long last_dock_time;