Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294335
b: refs/heads/master
c: 5f1cc13
h: refs/heads/master
i:
  294333: 3d44f0e
  294331: 78869bc
  294327: bd82097
  294319: a0ff11a
  294303: c721474
  294271: 5676b3e
v: v3
  • Loading branch information
Tomi Valkeinen committed Feb 23, 2012
1 parent 2868d59 commit 8af3a70
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 25 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: 1b2240eff66cb44f1d1c7c2c2497ff50ad3d1538
refs/heads/master: 5f1cc13fbf4cd0f798a08af2e0c04ae80ceac5e3
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-omap1/board-fsample.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,17 +274,11 @@ static struct platform_device kp_device = {
.resource = kp_resources,
};

static struct platform_device lcd_device = {
.name = "lcd_p2",
.id = -1,
};

static struct platform_device *devices[] __initdata = {
&nor_device,
&nand_device,
&smc91x_device,
&kp_device,
&lcd_device,
};

static struct omap_lcd_config fsample_lcd_config = {
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-omap1/board-h2.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,18 +326,12 @@ static struct platform_device h2_irda_device = {
.resource = h2_irda_resources,
};

static struct platform_device h2_lcd_device = {
.name = "lcd_h2",
.id = -1,
};

static struct platform_device *h2_devices[] __initdata = {
&h2_nor_device,
&h2_nand_device,
&h2_smc91x_device,
&h2_irda_device,
&h2_kp_device,
&h2_lcd_device,
};

static void __init h2_init_smc91x(void)
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-omap1/board-perseus2.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,11 @@ static struct platform_device kp_device = {
.resource = kp_resources,
};

static struct platform_device lcd_device = {
.name = "lcd_p2",
.id = -1,
};

static struct platform_device *devices[] __initdata = {
&nor_device,
&nand_device,
&smc91x_device,
&kp_device,
&lcd_device,
};

static struct omap_lcd_config perseus2_lcd_config __initdata = {
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-omap1/board-sx1.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,6 @@ static struct omap_usb_config sx1_usb_config __initdata = {

/*----------- LCD -------------------------*/

static struct platform_device sx1_lcd_device = {
.name = "lcd_sx1",
.id = -1,
};

static struct omap_lcd_config sx1_lcd_config __initdata = {
.ctrl_name = "internal",
};
Expand All @@ -369,7 +364,6 @@ static struct omap_lcd_config sx1_lcd_config __initdata = {
static struct platform_device *sx1_devices[] __initdata = {
&sx1_flash_device,
&sx1_kp_device,
&sx1_lcd_device,
&sx1_irda_device,
};

Expand Down

0 comments on commit 8af3a70

Please sign in to comment.