Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179199
b: refs/heads/master
c: 7f000dd
h: refs/heads/master
i:
  179197: 6f66f5b
  179195: aaf11a7
  179191: c0b259a
  179183: 73d565d
  179167: a828aea
  179135: b624099
  179071: 268e057
  178943: 48c595c
  178687: 59a534c
  178175: 9822ac4
v: v3
  • Loading branch information
Peter Huewe authored and Tomi Valkeinen committed Jan 11, 2010
1 parent db32640 commit 682ff24
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: 5c18df85d731196f40784492d36d0baefdedf15a
refs/heads/master: 7f000dd4542fcc1a69b429c0af6c6d961d7fb912
4 changes: 2 additions & 2 deletions trunk/drivers/video/omap/lcd_htcherald.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ struct platform_driver htcherald_panel_driver = {
},
};

static int htcherald_panel_drv_init(void)
static int __init htcherald_panel_drv_init(void)
{
return platform_driver_register(&htcherald_panel_driver);
}

static void htcherald_panel_drv_cleanup(void)
static void __exit htcherald_panel_drv_cleanup(void)
{
platform_driver_unregister(&htcherald_panel_driver);
}
Expand Down

0 comments on commit 682ff24

Please sign in to comment.