|
@@ -52,7 +52,7 @@ struct lp8788_bl {
|
|
struct pwm_device *pwm;
|
|
struct pwm_device *pwm;
|
|
};
|
|
};
|
|
|
|
|
|
-struct lp8788_bl_config default_bl_config = {
|
|
|
|
|
|
+static struct lp8788_bl_config default_bl_config = {
|
|
.bl_mode = LP8788_BL_REGISTER_ONLY,
|
|
.bl_mode = LP8788_BL_REGISTER_ONLY,
|
|
.dim_mode = LP8788_DIM_EXPONENTIAL,
|
|
.dim_mode = LP8788_DIM_EXPONENTIAL,
|
|
.full_scale = LP8788_FULLSCALE_1900uA,
|
|
.full_scale = LP8788_FULLSCALE_1900uA,
|