diff options
-rw-r--r-- | drivers/acpi/dock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c index ee9829b47e20..0a1221854a25 100644 --- a/drivers/acpi/dock.c +++ b/drivers/acpi/dock.c | |||
@@ -50,7 +50,6 @@ MODULE_PARM_DESC(immediate_undock, "1 (default) will cause the driver to " | |||
50 | " before undocking"); | 50 | " before undocking"); |
51 | 51 | ||
52 | static struct atomic_notifier_head dock_notifier_list; | 52 | static struct atomic_notifier_head dock_notifier_list; |
53 | static char dock_device_name[] = "dock"; | ||
54 | 53 | ||
55 | static const struct acpi_device_id dock_device_ids[] = { | 54 | static const struct acpi_device_id dock_device_ids[] = { |
56 | {"LNXDOCK", 0}, | 55 | {"LNXDOCK", 0}, |
@@ -964,7 +963,7 @@ static int dock_add(acpi_handle handle) | |||
964 | 963 | ||
965 | /* initialize platform device stuff */ | 964 | /* initialize platform device stuff */ |
966 | dock_station->dock_device = | 965 | dock_station->dock_device = |
967 | platform_device_register_simple(dock_device_name, | 966 | platform_device_register_simple("dock", |
968 | dock_station_count, NULL, 0); | 967 | dock_station_count, NULL, 0); |
969 | dock_device = dock_station->dock_device; | 968 | dock_device = dock_station->dock_device; |
970 | if (IS_ERR(dock_device)) { | 969 | if (IS_ERR(dock_device)) { |