rename rk2818_bl to rk28_bl, make android hardware/rk28/lights/lights.cpp happy

This commit is contained in:
黄涛
2010-06-29 16:51:19 +08:00
parent d69e48e4ff
commit f53665bf53

View File

@@ -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__);