Skip to content

Commit

Permalink
sections: fix section conflicts in drivers/char
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Andi Kleen authored and torvalds committed Oct 5, 2012
1 parent 6ca3b14 commit 1849f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/mbcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ static int mbcs_remove(struct cx_dev *dev)
return 0;
}

static const struct cx_device_id __devinitdata mbcs_id_table[] = {
static const struct cx_device_id __devinitconst mbcs_id_table[] = {
{
.part_num = MBCS_PART_NUM,
.mfg_num = MBCS_MFG_NUM,
Expand Down

0 comments on commit 1849f23

Please sign in to comment.