diff options
author | Andi Kleen <ak@linux.intel.com> | 2012-08-18 10:30:05 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2012-08-18 16:17:43 -0700 |
commit | 64f503076f9921fc714a2c79fb0fa520869d2c08 (patch) | |
tree | fd1f722db8b84ca24421b5ba9f808c2b2ae2a944 /drivers/hwmon/coretemp.c | |
parent | d9875690d9b89a866022ff49e3fcea892345ad92 (diff) |
sections: Fix section conflicts in drivers/hwmon
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/coretemp.c')
-rw-r--r-- | drivers/hwmon/coretemp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c index faa16f80db9c..0fa356fe82cc 100644 --- a/drivers/hwmon/coretemp.c +++ b/drivers/hwmon/coretemp.c @@ -196,7 +196,7 @@ struct tjmax { int tjmax; }; -static struct tjmax __cpuinitconst tjmax_table[] = { +static const struct tjmax __cpuinitconst tjmax_table[] = { { "CPU D410", 100000 }, { "CPU D425", 100000 }, { "CPU D510", 100000 }, |