backlight-pwm: fix module description

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2017-05-25 14:40:36 +08:00
parent 215c1d05b8
commit 9c2bd3d631

View File

@ -47,7 +47,7 @@ define KernelPackage/backlight-pwm
AUTOLOAD:=$(call AutoProbe,video pwm_bl)
endef
define KernelPackage/backlight/backlight-pwm
define KernelPackage/backlight-pwm/description
Kernel module for PWM based Backlight support.
endef