Skip to content

Commit a6dc544

Browse files
zswanRussell King
authored andcommitted
ARM: 7157/1: fix a building WARNING for nuc900
This patch is to fix a WARNING which is the "modpost: Found 1 section mismatch(es)" for nuc900 platform. Signed-off-by: Wan ZongShun <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent e7c86c7 commit a6dc544

File tree

1 file changed

+2
-2
lines changed
  • arch/arm/mach-w90x900

1 file changed

+2
-2
lines changed

arch/arm/mach-w90x900/dev.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ struct platform_device nuc900_device_kpi = {
422422

423423
/* LCD controller*/
424424

425-
static struct nuc900fb_display __initdata nuc900_lcd_info[] = {
425+
static struct nuc900fb_display nuc900_lcd_info[] = {
426426
/* Giantplus Technology GPM1040A0 320x240 Color TFT LCD */
427427
[0] = {
428428
.type = LCM_DCCS_VA_SRC_RGB565,
@@ -445,7 +445,7 @@ static struct nuc900fb_display __initdata nuc900_lcd_info[] = {
445445
},
446446
};
447447

448-
static struct nuc900fb_mach_info nuc900_fb_info __initdata = {
448+
static struct nuc900fb_mach_info nuc900_fb_info = {
449449
#if defined(CONFIG_GPM1040A0_320X240)
450450
.displays = &nuc900_lcd_info[0],
451451
#else

0 commit comments

Comments
 (0)