Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258866
b: refs/heads/master
c: e04008e
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Jiri Kosina committed Jul 11, 2011
1 parent c0804d0 commit eb80e16
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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: 628d7f697c9bcde82620895d25848c301e43ac30
refs/heads/master: e04008eb38d8b0e3bca926c23cbea309edce164b
2 changes: 1 addition & 1 deletion trunk/arch/sh/boards/mach-ap325rxa/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static void ap320_wvga_power_off(void *board_data)
__raw_writew(0, FPGA_LCDREG);
}

const static struct fb_videomode ap325rxa_lcdc_modes[] = {
static const struct fb_videomode ap325rxa_lcdc_modes[] = {
{
.name = "LB070WV1",
.xres = 800,
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/sh/boards/mach-ecovec24/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static struct platform_device usb1_common_device = {
};

/* LCDC */
const static struct fb_videomode ecovec_lcd_modes[] = {
static const struct fb_videomode ecovec_lcd_modes[] = {
{
.name = "Panel",
.xres = 800,
Expand All @@ -248,7 +248,7 @@ const static struct fb_videomode ecovec_lcd_modes[] = {
},
};

const static struct fb_videomode ecovec_dvi_modes[] = {
static const struct fb_videomode ecovec_dvi_modes[] = {
{
.name = "DVI",
.xres = 1280,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/boards/mach-kfr2r09/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static struct platform_device kfr2r09_sh_keysc_device = {
},
};

const static struct fb_videomode kfr2r09_lcdc_modes[] = {
static const struct fb_videomode kfr2r09_lcdc_modes[] = {
{
.name = "TX07D34VM0AAA",
.xres = 240,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/boards/mach-migor/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ static struct platform_device migor_nand_flash_device = {
}
};

const static struct fb_videomode migor_lcd_modes[] = {
static const struct fb_videomode migor_lcd_modes[] = {
{
#if defined(CONFIG_SH_MIGOR_RTA_WVGA)
.name = "LB070WV1",
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/sh/boards/mach-se/7724/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static struct platform_device nor_flash_device = {
};

/* LCDC */
const static struct fb_videomode lcdc_720p_modes[] = {
static const struct fb_videomode lcdc_720p_modes[] = {
{
.name = "LB070WV1",
.sync = 0, /* hsync and vsync are active low */
Expand All @@ -160,7 +160,7 @@ const static struct fb_videomode lcdc_720p_modes[] = {
},
};

const static struct fb_videomode lcdc_vga_modes[] = {
static const struct fb_videomode lcdc_vga_modes[] = {
{
.name = "LB070WV1",
.sync = 0, /* hsync and vsync are active low */
Expand Down

0 comments on commit eb80e16

Please sign in to comment.