Skip to content

Commit

Permalink
mfd: Fix ab3100 initconst section
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Andi Kleen authored and Samuel Ortiz committed Oct 24, 2011
1 parent 42c2544 commit 2f8491d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/ab3100-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2f8491d

Please sign in to comment.