Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sections: fix section conflicts in drivers/char

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Andi Kleen and committed by
Linus Torvalds
1849f23d 6ca3b14a

+1 -1
+1 -1
drivers/char/mbcs.c
··· 799 799 return 0; 800 800 } 801 801 802 - static const struct cx_device_id __devinitdata mbcs_id_table[] = { 802 + static const struct cx_device_id __devinitconst mbcs_id_table[] = { 803 803 { 804 804 .part_num = MBCS_PART_NUM, 805 805 .mfg_num = MBCS_MFG_NUM,