Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346376
b: refs/heads/master
c: 7a94f65
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Dec 18, 2012
1 parent ee53a04 commit c211d31
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: d7b6bdaaa60889aeb5fb1fc70c92114e881e1fc7
refs/heads/master: 7a94f653edd964f2d3d2266212dc4e86cf47ed32
4 changes: 2 additions & 2 deletions trunk/drivers/video/backlight/omap1_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ struct omap_backlight {
struct omap_backlight_config *pdata;
};

static void inline omapbl_send_intensity(int intensity)
static inline void omapbl_send_intensity(int intensity)
{
omap_writeb(intensity, OMAP_PWL_ENABLE);
}

static void inline omapbl_send_enable(int enable)
static inline void omapbl_send_enable(int enable)
{
omap_writeb(enable, OMAP_PWL_CLK_ENABLE);
}
Expand Down

0 comments on commit c211d31

Please sign in to comment.