Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752012AbbBRIdj (ORCPT ); Wed, 18 Feb 2015 03:33:39 -0500 Received: from ausc60ps301.us.dell.com ([143.166.148.206]:34735 "EHLO ausc60ps301.us.dell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790AbbBRIdh (ORCPT ); Wed, 18 Feb 2015 03:33:37 -0500 DomainKey-Signature: s=smtpout; d=dell.com; c=nofws; q=dns; h=X-LoopCount0:X-IronPort-AV:Date:From:To:Cc:Subject: Message-ID:MIME-Version:Content-Type:Content-Disposition: User-Agent; b=w10+wkErSdozpmVaRRAoA1uFdtTSHVFgWg0dRTUhl3VqriX4+UZGUMn6 Gxl4CpAR8HpPzra3mvEiJihvJUKRukbrzKlCVMdBl0sVOOc1Go5eBdknN 1NtQ82M+N05PyKOCdfdBmO3w0iMRN5JfA3x6ZiCBVt78djxN1e59fJjE7 M=; X-LoopCount0: from 10.94.54.68 X-IronPort-AV: E=Sophos;i="5.09,595,1418104800"; d="scan'208";a="641012824" Date: Wed, 18 Feb 2015 03:33:33 -0500 From: Parmeshwr Prasad To: pjones@redhat.com, plagnioj@jcrosoft.com, tomi.valkeinen@ti.com Cc: linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org Subject: [PATCH 2/3] Static should not be initialize so removing static initialization from efifb.c Message-ID: <20150218083330.GC9820@linuxteamdev.amer.dell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 29 This patch depend on my earlier patch. Static should not be initialize so removing initialization. Signed-off-by: Parmeshwr Prasad --- 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