]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/dock.c
qlcnic: Fix QLogic application/driver interface for virtual NIC configuration
[karo-tx-linux.git] / drivers / acpi / dock.c
index f0fc6260266bfe852a7228b7f64bf8db40ce4bb9..d9339b442a4ebdc6870d4dd0b4dac4db65ed8613 100644 (file)
@@ -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;