Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284972
b: refs/heads/master
c: f990544
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Tomi Valkeinen committed Jan 2, 2012
1 parent b1e5683 commit c45e4af
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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: 6ac48d1e3ac788ad1d54895acd83be26cefb4fe9
refs/heads/master: f990544125b7599e537dbb17c511e68f2dbdb910
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap/lcd_ams_delta.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ static int ams_delta_panel_resume(struct platform_device *pdev)
return 0;
}

struct platform_driver ams_delta_panel_driver = {
static struct platform_driver ams_delta_panel_driver = {
.probe = ams_delta_panel_probe,
.remove = ams_delta_panel_remove,
.suspend = ams_delta_panel_suspend,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap/lcd_h3.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static int h3_panel_resume(struct platform_device *pdev)
return 0;
}

struct platform_driver h3_panel_driver = {
static struct platform_driver h3_panel_driver = {
.probe = h3_panel_probe,
.remove = h3_panel_remove,
.suspend = h3_panel_suspend,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap/lcd_htcherald.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static int htcherald_panel_resume(struct platform_device *pdev)
return 0;
}

struct platform_driver htcherald_panel_driver = {
static struct platform_driver htcherald_panel_driver = {
.probe = htcherald_panel_probe,
.remove = htcherald_panel_remove,
.suspend = htcherald_panel_suspend,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap/lcd_inn1510.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static int innovator1510_panel_resume(struct platform_device *pdev)
return 0;
}

struct platform_driver innovator1510_panel_driver = {
static struct platform_driver innovator1510_panel_driver = {
.probe = innovator1510_panel_probe,
.remove = innovator1510_panel_remove,
.suspend = innovator1510_panel_suspend,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap/lcd_inn1610.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static int innovator1610_panel_resume(struct platform_device *pdev)
return 0;
}

struct platform_driver innovator1610_panel_driver = {
static struct platform_driver innovator1610_panel_driver = {
.probe = innovator1610_panel_probe,
.remove = innovator1610_panel_remove,
.suspend = innovator1610_panel_suspend,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap/lcd_osk.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static int osk_panel_resume(struct platform_device *pdev)
return 0;
}

struct platform_driver osk_panel_driver = {
static struct platform_driver osk_panel_driver = {
.probe = osk_panel_probe,
.remove = osk_panel_remove,
.suspend = osk_panel_suspend,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap/lcd_palmte.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static int palmte_panel_resume(struct platform_device *pdev)
return 0;
}

struct platform_driver palmte_panel_driver = {
static struct platform_driver palmte_panel_driver = {
.probe = palmte_panel_probe,
.remove = palmte_panel_remove,
.suspend = palmte_panel_suspend,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap/lcd_palmtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static int palmtt_panel_resume(struct platform_device *pdev)
return 0;
}

struct platform_driver palmtt_panel_driver = {
static struct platform_driver palmtt_panel_driver = {
.probe = palmtt_panel_probe,
.remove = palmtt_panel_remove,
.suspend = palmtt_panel_suspend,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap/lcd_palmz71.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static int palmz71_panel_resume(struct platform_device *pdev)
return 0;
}

struct platform_driver palmz71_panel_driver = {
static struct platform_driver palmz71_panel_driver = {
.probe = palmz71_panel_probe,
.remove = palmz71_panel_remove,
.suspend = palmz71_panel_suspend,
Expand Down

0 comments on commit c45e4af

Please sign in to comment.