From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Antonino A. Daplas" Subject: [PATCH 02/22] pm2fb: lowsyncs section mismatch fix Date: Mon, 13 Aug 2007 20:25:30 +0800 Message-ID: <46C04DBA.9090800@gmail.com> Reply-To: linux-fbdev-devel@lists.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1IKZJ7-0004N7-ET for linux-fbdev-devel@lists.sourceforge.net; Mon, 13 Aug 2007 05:46:05 -0700 Received: from rv-out-0910.google.com ([209.85.198.189]) by mail.sourceforge.net with esmtp (Exim 4.44) id 1IKZJ5-0005O6-4F for linux-fbdev-devel@lists.sourceforge.net; Mon, 13 Aug 2007 05:46:05 -0700 Received: by rv-out-0910.google.com with SMTP id k15so3930196rvb for ; Mon, 13 Aug 2007 05:46:02 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-fbdev-devel-bounces@lists.sourceforge.net Errors-To: linux-fbdev-devel-bounces@lists.sourceforge.net To: Andrew Morton Cc: Linux Fbdev development list From: Krzysztof Helt This patch fixes sections mismatch in pm2fb found in the -mm tree. Signed-off-by: Krzysztof Helt Signed-off-by: Antonino Daplas --- drivers/video/pm2fb.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/pm2fb.c b/drivers/video/pm2fb.c index c61b3a4..19cbde1 100644 --- a/drivers/video/pm2fb.c +++ b/drivers/video/pm2fb.c @@ -77,8 +77,8 @@ static char *mode __devinitdata; * these flags allow the user to specify that requests for +ve sync * should be silently turned in -ve sync. */ -static int lowhsync __devinitdata; -static int lowvsync __devinitdata; +static int lowhsync; +static int lowvsync; static int noaccel __devinitdata; /* mtrr option */ #ifdef CONFIG_MTRR ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/