提交 76fe63f5 编写于 作者: L Lad, Prabhakar 提交者: Darren Hart

Sony-laptop: Fix sparse warning (make undeclared var static)

Fix the following sparse warning:

sony-laptop.c:1035:29: warning: symbol 'sony_bl_props' was not declared. Should it be static?
Signed-off-by: NLad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: NDarren Hart <dvhart@linux.intel.com>
上级 b201a47f
......@@ -1032,7 +1032,7 @@ struct sony_backlight_props {
u8 offset;
u8 maxlvl;
};
struct sony_backlight_props sony_bl_props;
static struct sony_backlight_props sony_bl_props;
static int sony_backlight_update_status(struct backlight_device *bd)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册