From: Uwe Kleine-König Date: Fri, 30 Mar 2012 20:04:55 +0000 (-0400) Subject: hwmon: (w83627ehf) mark const init data with __initconst instead of __initdata X-Git-Tag: v3.4-rc2~25^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f7805a8d9dc6fa8af999f8603188157505558d9;p=pandora-kernel.git hwmon: (w83627ehf) mark const init data with __initconst instead of __initdata As long as there is no other non-const variable marked __initdata in the same compilation unit it doesn't hurt. If there were one however compilation would fail with error: $variablename causes a section type conflict because a section containing const variables is marked read only and so cannot contain non-const variables. Signed-off-by: Uwe Kleine-König Cc: Jean Delvare Cc: Guenter Roeck Cc: lm-sensors@lm-sensors.org Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed