]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sections: fix section conflicts in drivers/char
authorAndi Kleen <ak@linux.intel.com>
Fri, 28 Sep 2012 00:20:05 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:50:36 +0000 (16:50 +1000)
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/char/mbcs.c

index 161b1094eb47394baab373824f41f5964da1047f..f74e892711ddfd1dc89baead7546782f30a3a5f2 100644 (file)
@@ -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,