From patchwork Tue Jul 19 11:27:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: weiyj_lk@163.com X-Patchwork-Id: 9236769 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E2FC06075D for ; Tue, 19 Jul 2016 11:29:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D41D61FFD6 for ; Tue, 19 Jul 2016 11:29:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C87F3205AD; Tue, 19 Jul 2016 11:29:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, SUSPICIOUS_RECIPS, T_DKIM_INVALID autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9AF451FFD6 for ; Tue, 19 Jul 2016 11:29:33 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bPTCI-0007sU-3e; Tue, 19 Jul 2016 11:28:22 +0000 Received: from m12-18.163.com ([220.181.12.18]) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bPTC6-0007mK-Sh for linux-arm-kernel@lists.infradead.org; Tue, 19 Jul 2016 11:28:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=jc/tc 0S1tTYvbe3nSII99h/pd6XPfIUa/CMQ1I8lpS0=; b=OSw+rjJVilirMJQZOzXzE sXCot2mvnLv7FF9uB84ofl2VLuEYXpfj0s+FZCrdzyq4aXww3A2EgAWIRO5r0L8k SdyXTx/hqoSEmiFGO1mmacC+t4wxtP/ph0gi0HlAlMJS+X2W4N2N6FdYB/j735jT okkWFk6VSIx8qoLqETvjUw= Received: from localhost.localdomain.localdomain (unknown [180.110.255.208]) by smtp14 (Coremail) with SMTP id EsCowABXzpqNDo5XX8x5AQ--.45381S2; Tue, 19 Jul 2016 19:27:09 +0800 (CST) From: Wei Yongjun To: Linus Walleij , Russell King Subject: [PATCH -next] ARM: ux500: remove duplicated include from cpu-db8500.c Date: Tue, 19 Jul 2016 11:27:09 +0000 Message-Id: <1468927629-32715-1-git-send-email-weiyj_lk@163.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-CM-TRANSID: EsCowABXzpqNDo5XX8x5AQ--.45381S2 X-Coremail-Antispam: 1Uf129KBjvdXoW7WryUGr15JFW3uw1kGrWxWFg_yoWxAwcEkw n3tw47G34fJF109ay3WFnrGw1Ygw45Gw13XF1rCrnrKF4Dtwn0k397Jay8tr17Wwn2kr4a vryUJr4FkwnxCjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IUnj0PDUUUUU== X-Originating-IP: [180.110.255.208] X-CM-SenderInfo: pzhl5yxbonqiywtou0bp/1tbiRw6r1lc64ZLQ0gAAso X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160719_042811_464309_53E4728D X-CRM114-Status: UNSURE ( 7.68 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Wei Yongjun , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- arch/arm/mach-ux500/cpu-db8500.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 46b1da1..c0c36b97 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include