mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
rename rk2818_bl to rk28_bl, make android hardware/rk28/lights/lights.cpp happy
This commit is contained in:
@@ -260,7 +260,7 @@ static int rk2818_backlight_probe(struct platform_device *pdev)
|
||||
return -EEXIST;
|
||||
}
|
||||
|
||||
rk2818_bl = backlight_device_register("rk2818_bl", &pdev->dev, NULL, &rk2818_bl_ops);
|
||||
rk2818_bl = backlight_device_register("rk28_bl", &pdev->dev, NULL, &rk2818_bl_ops);
|
||||
if (!rk2818_bl) {
|
||||
DBG(KERN_CRIT "%s: backlight device register error\n",
|
||||
__func__);
|
||||
|
||||
Reference in New Issue
Block a user