static void _rtl92e_dm_check_ac_dc_power(struct net_device *dev)
 {
        struct r8192_priv *priv = rtllib_priv(dev);
-       static char const ac_dc_script[] = "/etc/acpi/wireless-rtl-ac-dc-power.sh";
+       static const char ac_dc_script[] = "/etc/acpi/wireless-rtl-ac-dc-power.sh";
        char *argv[] = {(char *)ac_dc_script, DRV_NAME, NULL};
        static char *envp[] = {"HOME=/",
                        "TERM=linux",
        enum rt_rf_power_state eRfPowerStateToSet;
        bool bActuallySet = false;
        char *argv[3];
-       static char const RadioPowerPath[] = "/etc/acpi/events/RadioPower.sh";
+       static const char RadioPowerPath[] = "/etc/acpi/events/RadioPower.sh";
        static char *envp[] = {"HOME=/", "TERM=linux", "PATH=/usr/bin:/bin",
                               NULL};