Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c6a6268 authored by Kirill A. Shutemov's avatar Kirill A. Shutemov Committed by Dave Airlie
Browse files

gma500: mdfld_device: mark few functions as static

parent 062d054e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -93,7 +93,7 @@ int mdfld_set_brightness(struct backlight_device *bd)
	return 0;
	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 *dev =
		(struct drm_device *)bl_get_data(mdfld_backlight_device);
		(struct drm_device *)bl_get_data(mdfld_backlight_device);
@@ -121,7 +121,7 @@ static int device_backlight_init(struct drm_device *dev)
	return 0;
	return 0;
}
}


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