From patchwork Mon Oct 4 18:38:42 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Kaiser X-Patchwork-Id: 229751 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o94IeqXp011447 for ; Mon, 4 Oct 2010 18:40:53 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932101Ab0JDSku (ORCPT ); Mon, 4 Oct 2010 14:40:50 -0400 Received: from webhosting01.bon.m2soft.com ([195.38.20.32]:57817 "EHLO webhosting01.bon.m2soft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755029Ab0JDSkt (ORCPT ); Mon, 4 Oct 2010 14:40:49 -0400 Received: from absol.kitzblitz ([91.119.0.188]) (authenticated bits=0) by webhosting01.bon.m2soft.com (8.13.8/8.13.8) with ESMTP id o94IWwCK030640; Mon, 4 Oct 2010 20:32:58 +0200 Date: Mon, 4 Oct 2010 20:38:42 +0200 From: Nicolas Kaiser To: Tony Lindgren Cc: Tomi Valkeinen , linux-fbdev@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] video/omap: remove mux.h include Message-ID: <20101004203842.088b0cb2@absol.kitzblitz> In-Reply-To: <20101004175429.GW3117@atomide.com> References: <20101004174344.21577085@absol.kitzblitz> <20101004175429.GW3117@atomide.com> Organization: - X-Face: "fF&[w2"Nws:JNH4'g|:gVhgGKLhj|X}}&w&V?]0=, 7n`jy8D6e[Jh=7+ca|4~t5e[ItpL5 N'y~Mvi-vJm`"1T5fi1^b!&EG]6nW~C!FN},=$G?^U2t~n[3;u\"5-|~H{-5]IQ2 X-Mailer: Claws Mail (Linux) Mime-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Mon, 04 Oct 2010 18:40:53 +0000 (UTC) diff --git a/drivers/video/omap/lcd_omap3beagle.c b/drivers/video/omap/lcd_omap3beagle.c index ca75cc2..d7c6c3e 100644 --- a/drivers/video/omap/lcd_omap3beagle.c +++ b/drivers/video/omap/lcd_omap3beagle.c @@ -25,8 +25,6 @@ #include #include -#include -#include #include #include "omapfb.h"