We only use it in one spot, so it probably gets optimized out, but there's
still no need to use a global variable for this.
Signed-off-by: Alex Chiang <achiang@hp.com>
Acked-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
        " before undocking");
 
 static struct atomic_notifier_head dock_notifier_list;
-static char dock_device_name[] = "dock";
 
 static const struct acpi_device_id dock_device_ids[] = {
        {"LNXDOCK", 0},
 
        /* initialize platform device stuff */
        dock_station->dock_device =
-               platform_device_register_simple(dock_device_name,
+               platform_device_register_simple("dock",
                        dock_station_count, NULL, 0);
        dock_device = dock_station->dock_device;
        if (IS_ERR(dock_device)) {