Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293703
b: refs/heads/master
c: 1c6a626
h: refs/heads/master
i:
  293701: 09f24cf
  293699: 645f136
  293695: 1ba629e
v: v3
  • Loading branch information
Kirill A. Shutemov authored and Dave Airlie committed Mar 10, 2012
1 parent 6412dc0 commit f7097fa
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: 062d054eb359bf143fdd61c8c8837b4d6fd8a10c
refs/heads/master: 1c6a62680beeeb3bf9cda23177d4b32c2609cf81
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/gma500/mdfld_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ int mdfld_set_brightness(struct backlight_device *bd)
return 0;
}

int mdfld_get_brightness(struct backlight_device *bd)
static int mdfld_get_brightness(struct backlight_device *bd)
{
struct drm_device *dev =
(struct drm_device *)bl_get_data(mdfld_backlight_device);
Expand Down Expand Up @@ -121,7 +121,7 @@ static int device_backlight_init(struct drm_device *dev)
return 0;
}

int mdfld_backlight_init(struct drm_device *dev)
static int mdfld_backlight_init(struct drm_device *dev)
{
struct backlight_properties props;
int ret = 0;
Expand Down

0 comments on commit f7097fa

Please sign in to comment.