Skip to content

Commit

Permalink
gma500: mdfld_device: mark few functions as static
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Kirill A. Shutemov authored and Dave Airlie committed Mar 10, 2012
1 parent 062d054 commit 1c6a626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 1c6a626

Please sign in to comment.