__initconst should be placed between the variable name and equal sign for the variable to be placed in the intended section. Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> Cc: Luca Tettamanti <kronos.it@xxxxxxxxx> --- drivers/hwmon/asus_atk0110.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hwmon/asus_atk0110.c b/drivers/hwmon/asus_atk0110.c index b25c643..9ddadb3 100644 --- a/drivers/hwmon/asus_atk0110.c +++ b/drivers/hwmon/asus_atk0110.c @@ -29,7 +29,7 @@ static bool new_if; module_param(new_if, bool, 0); MODULE_PARM_DESC(new_if, "Override detection heuristic and force the use of the new ATK0110 interface"); -static const struct dmi_system_id __initconst atk_force_new_if[] = { +static const struct dmi_system_id atk_force_new_if[] __initconst = { { /* Old interface has broken MCH temp monitoring */ .ident = "Asus Sabertooth X58", -- 1.7.9.5 _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors