Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1365913ybv; Thu, 13 Feb 2020 21:54:00 -0800 (PST) X-Google-Smtp-Source: APXvYqxxagvkhLnAKo4VettozMDQiwXOb4wS+DU1TPPIsZsVnPWpgKK9vOkCrHktTu9ezsAW1OQ2 X-Received: by 2002:a9d:7e99:: with SMTP id m25mr954054otp.212.1581659639987; Thu, 13 Feb 2020 21:53:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581659639; cv=none; d=google.com; s=arc-20160816; b=jMmFzy9l7xZ6VDnNbvfm8g/vQuocD/qQ6VoVEFc7ZANuIlEfmYQdwNfgowV01YhCjh /mK9BukPnWpqKs9euska1Ii8wJkquqiHO22z/JEFf1eT5j6rCtqvTv+q/6C0vSSEcXTZ ylOUC3JbVx5NgjrQ16yws3WhbfH/SKEM0EuSIgMSNZi6GKR6U5TWJ/wdS8VxqgXl9J/Q O5i/TFDt8TUYm7x6b4Lk2O84cp14QX2ruosk6hOnXhZDGCdJvR69IiDPW0yE2I/XcgyC zVdPhTBUEHv5QHX5W+XTqgvth4kWtU/KsCh7TjY6hza/GYjP5yzIxJ9IyJoO+y+FfrJ9 XZVw== 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=otax7x0lwkcMUUrHME3KCoBMWI7uWbiVBiN+lAir26c=; b=DZaVisSdaa5fHlJwfyCntoRUgDsv9+GtTJCK3QfioePohLHDHs+Is9QsWeBPUZyJZh AdkX66NzjEooXkyIdtaBXQMSQYNMn1Q2S+gmLI0GerR5zzqdelAWGd0cnmOiPb/jGMk7 wtFRl/2i40Am3OQ2lX9kIY1Pl0Q1VDDMJ3mB68+IAgc4HkxbTz9uC315J/IPHL2dEOOD Y3vfBeYozGB7NtVOZqhBWwUqRZ4g0WndmS+pZx5VrbSz4Kdr+EAW627jv5haFDqN1Nu9 CDZV7qbG+1cpih7sEE+qC/ADgpNg6r03vo4iHE1jcft+hStydONza8ee2bG10v6sU5y0 1FdA== 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 z62si2326284oiz.271.2020.02.13.21.53.47; Thu, 13 Feb 2020 21:53:59 -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 S1728718AbgBNFwG (ORCPT + 99 others); Fri, 14 Feb 2020 00:52:06 -0500 Received: from inva021.nxp.com ([92.121.34.21]:52750 "EHLO inva021.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726635AbgBNFwG (ORCPT ); Fri, 14 Feb 2020 00:52:06 -0500 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 6B478206040; Fri, 14 Feb 2020 06:52:04 +0100 (CET) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 3937420126E; Fri, 14 Feb 2020 06:51:58 +0100 (CET) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 8B00B402CF; Fri, 14 Feb 2020 13:51:50 +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] ARM: imx: Remove unused includes on mach-imx6q.c Date: Fri, 14 Feb 2020 13:46:24 +0800 Message-Id: <1581659184-14996-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 --- arch/arm/mach-imx/mach-imx6q.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c index edd26e0..bb2886c 100644 --- a/arch/arm/mach-imx/mach-imx6q.c +++ b/arch/arm/mach-imx/mach-imx6q.c @@ -5,29 +5,17 @@ */ #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