Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294273
b: refs/heads/master
c: c241a0e
h: refs/heads/master
i:
  294271: 5676b3e
v: v3
  • Loading branch information
Laurent Pinchart committed Mar 12, 2012
1 parent 937a898 commit 5a84eb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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: b5ef967df13d4d243a2954c32bdd9181a1ee7382
refs/heads/master: c241a0e0c27882ecab1df57a44d202db6e02012c
5 changes: 3 additions & 2 deletions trunk/arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,8 @@ static const struct fb_videomode ap4evb_lcdc_modes[] = {
#endif
},
};
static struct sh_mobile_meram_cfg lcd_meram_cfg = {

static const struct sh_mobile_meram_cfg lcd_meram_cfg = {
.icb[0] = {
.meram_size = 0x40,
},
Expand Down Expand Up @@ -856,7 +857,7 @@ static long ap4evb_clk_optimize(unsigned long target, unsigned long *best_freq,
return error;
}

static struct sh_mobile_meram_cfg hdmi_meram_cfg = {
static const struct sh_mobile_meram_cfg hdmi_meram_cfg = {
.icb[0] = {
.meram_size = 0x100,
},
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-shmobile/board-mackerel.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ static int mackerel_get_brightness(void)
return gpio_get_value(GPIO_PORT31);
}

static struct sh_mobile_meram_cfg lcd_meram_cfg = {
static const struct sh_mobile_meram_cfg lcd_meram_cfg = {
.icb[0] = {
.meram_size = 0x40,
},
Expand Down Expand Up @@ -455,7 +455,7 @@ static struct platform_device hdmi_device = {
},
};

static struct sh_mobile_meram_cfg hdmi_meram_cfg = {
static const struct sh_mobile_meram_cfg hdmi_meram_cfg = {
.icb[0] = {
.meram_size = 0x100,
},
Expand Down

0 comments on commit 5a84eb4

Please sign in to comment.