diff options
author | Andi Kleen <ak@linux.intel.com> | 2011-09-26 10:47:05 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-10-24 14:09:15 +0200 |
commit | 2f8491d321d9313dfd854001dd196fd7835b6ac2 (patch) | |
tree | 4b59e93153515c960bf786d65769144ed08806f8 /drivers/mfd | |
parent | 42c2544b2d7d4f287bfa239455af09b6408476e2 (diff) | |
download | talos-obmc-linux-2f8491d321d9313dfd854001dd196fd7835b6ac2.tar.gz talos-obmc-linux-2f8491d321d9313dfd854001dd196fd7835b6ac2.zip |
mfd: Fix ab3100 initconst section
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/ab3100-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ab3100-core.c b/drivers/mfd/ab3100-core.c index a20e1c41bed2..4f5725508ac0 100644 --- a/drivers/mfd/ab3100-core.c +++ b/drivers/mfd/ab3100-core.c @@ -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, |