From patchwork Sat May 31 06:01:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 4274921 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 4D01DBEEAA for ; Sat, 31 May 2014 06:05:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7BF572039E for ; Sat, 31 May 2014 06:05:10 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6092E203A0 for ; Sat, 31 May 2014 06:05:09 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WqcNe-0007ml-9k; Sat, 31 May 2014 06:02:58 +0000 Received: from smtp29.i.mail.ru ([94.100.177.89]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WqcMt-0007ca-LS for linux-arm-kernel@lists.infradead.org; Sat, 31 May 2014 06:02:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=jhCScaEfRh3pfocsFyR8NlrED3/YHuSFb+/BqCulSsY=; b=ArS4h/5ELfjTKZOg8ogv6HnlR2uHvapMihPsHjgzkSoMi+Gd8y5ZLjfiwaGN9K0AtAZP4X6HOEsWHP0V+Hm4HAvdfPq8t81MMBPO6i16KklTHAYJPMx78sEOkU7A6uNSYs4gDnIXfZx7fchCJ11UyWJ1gu0FUWoErqBNhzjEKKk=; Received: from [5.18.98.7] (port=52298 helo=shc.zet) by smtp29.i.mail.ru with esmtpa (envelope-from ) id 1WqcMW-0007V2-Jw; Sat, 31 May 2014 10:01:48 +0400 From: Alexander Shiyan To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 3/3] ARM: i.MX: tzic: Cleanup driver Date: Sat, 31 May 2014 10:01:35 +0400 Message-Id: <1401516095-31020-6-git-send-email-shc_work@mail.ru> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1401516095-31020-1-git-send-email-shc_work@mail.ru> References: <1401516095-31020-1-git-send-email-shc_work@mail.ru> X-Mras: Ok X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140530_230212_344960_4CD14834 X-CRM114-Status: GOOD ( 10.83 ) X-Spam-Score: -0.1 (/) Cc: Alexander Shiyan , Sascha Hauer , Shawn Guo X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch removes unused #include. No functional changes. Signed-off-by: Alexander Shiyan --- arch/arm/mach-imx/tzic.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/arm/mach-imx/tzic.c b/arch/arm/mach-imx/tzic.c index 534431e..6eb4afb 100644 --- a/arch/arm/mach-imx/tzic.c +++ b/arch/arm/mach-imx/tzic.c @@ -9,10 +9,6 @@ * http://www.gnu.org/copyleft/gpl.html */ -#include -#include -#include -#include #include #include #include @@ -22,8 +18,6 @@ #include #include -#include "common.h" -#include "hardware.h" #include "irq-common.h" /* @@ -72,8 +66,6 @@ static int tzic_set_irq_fiq(unsigned int irq, unsigned int type) return 0; } -#else -#define tzic_set_irq_fiq NULL #endif static void tzic_irq_suspend(struct irq_data *d)