projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
062d054
)
gma500: mdfld_device: mark few functions as static
author
Kirill A. Shutemov
<
[email protected]
>
Thu, 8 Mar 2012 16:11:14 +0000
(16:11 +0000)
committer
Dave Airlie
<
[email protected]
>
Sat, 10 Mar 2012 13:06:26 +0000
(13:06 +0000)
Signed-off-by: Kirill A. Shutemov <
[email protected]
>
Signed-off-by: Alan Cox <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
drivers/gpu/drm/gma500/mdfld_device.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/gma500/mdfld_device.c
b/drivers/gpu/drm/gma500/mdfld_device.c
index 6cfdda90eef1b0f7f0f67c0dc7e160b9d5c6e665..af656787db0f5fcdf4e3c5d5be441db47f64937a 100644
(file)
--- a/
drivers/gpu/drm/gma500/mdfld_device.c
+++ b/
drivers/gpu/drm/gma500/mdfld_device.c
@@
-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);
@@
-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;