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

Commit 062d054e authored by Kirill A. Shutemov's avatar Kirill A. Shutemov Committed by Dave Airlie
Browse files

gma500: cdv_intel_lvds: #if 0 currently unused functions



cdv_intel_lvds_set_brightness() is only used in commented out code in
cdv_set_brightness().

Signed-off-by: default avatarKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent bc11da70
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ static u32 cdv_intel_lvds_get_max_backlight(struct drm_device *dev)
	return retval;
}

#if 0
/*
 * Set LVDS backlight level by I2C command
 */
@@ -165,6 +166,7 @@ void cdv_intel_lvds_set_brightness(struct drm_device *dev, int level)
	else
		cdv_lvds_pwm_set_brightness(dev, level);
}
#endif

/**
 * Sets the backlight level.