Commit 2f8491d3 authored by Andi Kleen's avatar Andi Kleen Committed by Samuel Ortiz

mfd: Fix ab3100 initconst section

Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 42c2544b
......@@ -809,7 +809,7 @@ struct ab_family_id {
char *name;
};
static const struct ab_family_id ids[] __devinitdata = {
static const struct ab_family_id ids[] __devinitconst = {
/* AB3100 */
{
.id = 0xc0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment