Merge branches 'release' and 'stats' into release
[sfrench/cifs-2.6.git] / drivers / acpi / dock.c
index 1dabdf4c07b36308e4ece7f7f3a0497ee4bb0c1c..b3dec2101e2e7ac7e28b43f5e4280fcb20831fcf 100644 (file)
@@ -51,6 +51,12 @@ static struct atomic_notifier_head dock_notifier_list;
 static struct platform_device *dock_device;
 static char dock_device_name[] = "dock";
 
+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;