Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275639
b: refs/heads/master
c: a6dc544
h: refs/heads/master
i:
  275637: 3c0d8ac
  275635: b616b3b
  275631: c1c82ea
v: v3
  • Loading branch information
wanzongshun authored and Russell King committed Nov 12, 2011
1 parent be77931 commit c3137e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7c86c7b264c57b4d6d121c48ce3be98a2e6f8c5
refs/heads/master: a6dc54460e5405248773abef704c7980ab31af77
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-w90x900/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ struct platform_device nuc900_device_kpi = {

/* LCD controller*/

static struct nuc900fb_display __initdata nuc900_lcd_info[] = {
static struct nuc900fb_display nuc900_lcd_info[] = {
/* Giantplus Technology GPM1040A0 320x240 Color TFT LCD */
[0] = {
.type = LCM_DCCS_VA_SRC_RGB565,
Expand All @@ -445,7 +445,7 @@ static struct nuc900fb_display __initdata nuc900_lcd_info[] = {
},
};

static struct nuc900fb_mach_info nuc900_fb_info __initdata = {
static struct nuc900fb_mach_info nuc900_fb_info = {
#if defined(CONFIG_GPM1040A0_320X240)
.displays = &nuc900_lcd_info[0],
#else
Expand Down

0 comments on commit c3137e3

Please sign in to comment.