From patchwork Sat Jul 30 20:26:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 1022992 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p6UKQrbH031932 for ; Sat, 30 Jul 2011 20:26:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752404Ab1G3U0z (ORCPT ); Sat, 30 Jul 2011 16:26:55 -0400 Received: from perceval.ideasonboard.com ([95.142.166.194]:56034 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752439Ab1G3U0y (ORCPT ); Sat, 30 Jul 2011 16:26:54 -0400 Received: from localhost.localdomain (unknown [91.178.149.42]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 0715A35AA4; Sat, 30 Jul 2011 20:26:51 +0000 (UTC) From: Laurent Pinchart To: linux-fbdev@vger.kernel.org Cc: linux-sh@vger.kernel.org Subject: [PATCH 4/4] fbdev: sh_mobile_meram: Remove unneeded sh_mobile_meram.h Date: Sat, 30 Jul 2011 22:26:55 +0200 Message-Id: <1312057615-29123-5-git-send-email-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1312057615-29123-1-git-send-email-laurent.pinchart@ideasonboard.com> References: <1312057615-29123-1-git-send-email-laurent.pinchart@ideasonboard.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Sat, 30 Jul 2011 20:26:56 +0000 (UTC) The drivers/video/sh_mobile_meram.h header contains unused definitions and declarations. Move the only used macro to sh_mobile_meram.c, and remove the header. Signed-off-by: Laurent Pinchart --- drivers/video/sh_mobile_lcdcfb.c | 2 +- drivers/video/sh_mobile_meram.c | 5 +++-- drivers/video/sh_mobile_meram.h | 33 --------------------------------- 3 files changed, 4 insertions(+), 36 deletions(-) delete mode 100644 drivers/video/sh_mobile_meram.h diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/sh_mobile_lcdcfb.c index d0f768e..93e10ef 100644 --- a/drivers/video/sh_mobile_lcdcfb.c +++ b/drivers/video/sh_mobile_lcdcfb.c @@ -24,10 +24,10 @@ #include #include #include