From patchwork Thu Aug 23 10:33:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 1366271 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id B40043FC66 for ; Thu, 23 Aug 2012 10:51:35 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T4Uw9-0006yC-6G; Thu, 23 Aug 2012 10:46:53 +0000 Received: from na3sys009aog122.obsmtp.com ([74.125.149.147]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1T4Unb-00014H-Ce for linux-arm-kernel@lists.infradead.org; Thu, 23 Aug 2012 10:38:04 +0000 Received: from mail-lb0-f172.google.com ([209.85.217.172]) (using TLSv1) by na3sys009aob122.postini.com ([74.125.148.12]) with SMTP ID DSNKUDYICo8bf82CwKAjtBBVTGu0beyFPlwb@postini.com; Thu, 23 Aug 2012 03:38:03 PDT Received: by lbbgg6 with SMTP id gg6so324468lbb.3 for ; Thu, 23 Aug 2012 03:38:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=NflAQpeyU6lmO3hKWVPj5wd83k4dJEUjweCLppvm3IQ=; b=i9yW7GOGUYZWxwk2oV7K88qITH/xpE+1dAxNMYe77F4AnBJ5jnFyUJfju/+6zY8boe yMCrHyJsVcDeB1wypYU1s0exJr6C7STkc0gcjXysDOqhCZkwReeYs7qZpQZMvcIPQZJk XmgYdHzoJ2k2dZZ2nNpwSMlrD6MgEFEcRxfGuKmB3aGpJk58xSeG0AgTJ+UBUnTVqAf5 l8jMYci6rGQWM5rNGVjkocWZwo3nhFO4nwfNdWkk8+g7M7shCr+ySAlRpmKCWIuABL+l +Ods1R7DKbvHYxxdqlGT6qWkzbGMSN6aN8lcFOILK7WiBhWQ88SMMP7lnPdp5G/Q6hxk U9Mw== Received: by 10.112.84.199 with SMTP id b7mr703969lbz.29.1345718280595; Thu, 23 Aug 2012 03:38:00 -0700 (PDT) Received: from localhost (cs78217178.pp.htv.fi. [62.78.217.178]) by mx.google.com with ESMTPS id j3sm1785940lbh.0.2012.08.23.03.37.59 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Aug 2012 03:37:59 -0700 (PDT) From: Felipe Balbi To: alan@linux.intel.com Subject: [PATCH v3 21/23] serial: omap: remove unnecessary header and add a missing one Date: Thu, 23 Aug 2012 13:33:01 +0300 Message-Id: <1345717983-18179-22-git-send-email-balbi@ti.com> X-Mailer: git-send-email 1.7.12.rc3 In-Reply-To: <1345717983-18179-1-git-send-email-balbi@ti.com> References: <1345717983-18179-1-git-send-email-balbi@ti.com> X-Gm-Message-State: ALoCoQkpIgwJNrYuLw+08KRCeLLgAqmQcC7xY8YQLGXDiku2oe9E+j9O2b9qdLXYp1ujYToqLQpT X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.147 listed in list.dnswl.org] 0.0 KHOP_BIG_TO_CC Sent to 10+ recipients instaed of Bcc or a list -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Kevin Hilman , Tony Lindgren , Linux Kernel Mailing List , Felipe Balbi , Santosh Shilimkar , linux-serial@vger.kernel.org, Sourav Poddar , Linux OMAP Mailing List , Shubhrajyoti Datta , Linux ARM Kernel Mailing List X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org this driver doesn't use any from , so we can remove it without any problems. This will, however cause a problem because omap-serial.c was relying on indirect inclusion of , let's fix the issue by including on omap-serial.c as it should be. Tested-by: Shubhrajyoti D Signed-off-by: Felipe Balbi --- drivers/tty/serial/omap-serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c index d49981d..e5a56cb 100644 --- a/drivers/tty/serial/omap-serial.c +++ b/drivers/tty/serial/omap-serial.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include @@ -39,7 +40,6 @@ #include #include -#include #include #define UART_BUILD_REVISION(x, y) (((x) << 8) | (y))