Static variables should not be initialized. So removing initialization of static variable. Signed-off-by: Parmeshwr Prasad <parmeshwr_prasad@xxxxxxxx> --- drivers/video/fbdev/efifb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/efifb.c b/drivers/video/fbdev/efifb.c index facfbb3..cc1a156 100644 --- a/drivers/video/fbdev/efifb.c +++ b/drivers/video/fbdev/efifb.c @@ -17,7 +17,7 @@ #include <video/vga.h> #include <asm/sysfb.h> -static bool request_mem_succeeded = false; +static bool request_mem_succeeded; static struct fb_var_screeninfo efifb_defined = { .activate = FB_ACTIVATE_NOW, -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html