提交 1c6a6268 编写于 作者: K Kirill A. Shutemov 提交者: Dave Airlie

gma500: mdfld_device: mark few functions as static

Signed-off-by: NKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: NAlan Cox <alan@linux.intel.com>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 062d054e
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册