Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1382575ybv; Thu, 13 Feb 2020 22:14:08 -0800 (PST) X-Google-Smtp-Source: APXvYqy83yYqh1N/sy9Hg01Vrq8qHIsyix1AObA7/P4+PznJeo+JkmlYMUq9UUX9RKaWIKHwvu91 X-Received: by 2002:a9d:664a:: with SMTP id q10mr960172otm.298.1581660848698; Thu, 13 Feb 2020 22:14:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581660848; cv=none; d=google.com; s=arc-20160816; b=jhXyaxB08byoStxdl7xjIBo7SgBkXcBgKG+ivVGLH1fbePyZSqP4S9SjUuGmG2x7k1 kISo0uFjzVjmP3dY35cvrYfIFXqWGZtd1UfIMzDkbHA6NaMk7c6T3DLRrTAwGifyNRB4 DUt4mEmUA4Y4pEUiWgppr1so1AMijLnwfG0YwJQSRTFXFYXZ44+VM5/1QmjYF01Ij72k MXdfYfcO71jreGiJ6rqL11e0y/js0hcoU9bbxjA8R6/DcqxzGqgR2qkoJ3e1edfl4ID4 MvlbUuhS4c1mKOSSdvkneAAfLLidC3uTYlcfkFNL87NuwxUQNwxs/bM3fCjD5ucATQj0 PUmg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=G+y+gJn/nVjW6DiUAYzNB/EN7T6XTuWn9bPSmjqLeXc=; b=FlwNVfMu4DA8IZ2++UozQf8gvVnS6nUYlkjNuCeLGRhEwMBrQmqP/8/D4qkdH1HGms ah3YwsbjjEARaiGL8YKOhZcOoaDNF8rA3xnNWkmtF/TtKlRtuzSjSY+uJEWFeW13gUsm CLGTCYa+2ByjW9+Pc3Hw020cQEGgUiIOx4u8+5ThlagsF1dvGRlIX9kndIgXrS0QcA8b HmhvgX45oEq3gi2VSYvx2RPaRLE0t7Yvxnpzpz8cIt3ZzvuSQqldXqn6r7Br5wfQfa62 27MKKmjm3aeSu2b/KO/NRtAUPjQgJsehs3FThM+sTUvoFEWfD4nsv292QgIfmsXTANiB 33jQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e5si2218422oii.32.2020.02.13.22.13.55; Thu, 13 Feb 2020 22:14:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728698AbgBNGM3 (ORCPT + 99 others); Fri, 14 Feb 2020 01:12:29 -0500 Received: from inva020.nxp.com ([92.121.34.13]:50826 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725777AbgBNGM3 (ORCPT ); Fri, 14 Feb 2020 01:12:29 -0500 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id B7C781A4732; Fri, 14 Feb 2020 07:12:26 +0100 (CET) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 48D3E1A0226; Fri, 14 Feb 2020 07:12:20 +0100 (CET) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 9C5214029B; Fri, 14 Feb 2020 14:12:12 +0800 (SGT) From: Anson Huang To: linux@armlinux.org.uk, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, kstewart@linuxfoundation.org, rfontana@redhat.com, gregkh@linuxfoundation.org, tglx@linutronix.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Linux-imx@nxp.com Subject: [PATCH V2] ARM: imx: Remove unused includes on mach-imx6q.c Date: Fri, 14 Feb 2020 14:06:46 +0800 Message-Id: <1581660406-24463-1-git-send-email-Anson.Huang@nxp.com> X-Mailer: git-send-email 2.7.4 X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Many includes are NOT used on mach-imx6q.c now, remove them. Signed-off-by: Anson Huang --- Changes since V1: - linux/of.h can also be removed. --- arch/arm/mach-imx/mach-imx6q.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c index edd26e0..284bce1 100644 --- a/arch/arm/mach-imx/mach-imx6q.c +++ b/arch/arm/mach-imx/mach-imx6q.c @@ -5,29 +5,16 @@ */ #include -#include -#include -#include -#include -#include -#include -#include #include -#include -#include -#include #include -#include #include #include -#include #include #include #include #include #include #include -#include #include "common.h" #include "cpuidle.h" -- 2.7.4