Commit 76fe63f5 authored by Lad, Prabhakar's avatar Lad, Prabhakar Committed by 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: default avatarLad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment