From nobody Sat Apr 18 21:00:51 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 757AAC43334 for ; Mon, 11 Jul 2022 03:23:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229660AbiGKDXK (ORCPT ); Sun, 10 Jul 2022 23:23:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229463AbiGKDXH (ORCPT ); Sun, 10 Jul 2022 23:23:07 -0400 Received: from out199-4.us.a.mail.aliyun.com (out199-4.us.a.mail.aliyun.com [47.90.199.4]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85B4F17ABD for ; Sun, 10 Jul 2022 20:23:05 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R651e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046049;MF=jiapeng.chong@linux.alibaba.com;NM=1;PH=DS;RN=8;SR=0;TI=SMTPD_---0VIuVGFt_1657509771; Received: from localhost(mailfrom:jiapeng.chong@linux.alibaba.com fp:SMTPD_---0VIuVGFt_1657509771) by smtp.aliyun-inc.com; Mon, 11 Jul 2022 11:23:00 +0800 From: Jiapeng Chong To: daniel@zonque.org Cc: haojian.zhuang@gmail.com, robert.jarzmik@free.fr, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jiapeng Chong , Abaci Robot Subject: [PATCH] ARM: pxa/eseries: Remove duplicate include Date: Mon, 11 Jul 2022 11:22:49 +0800 Message-Id: <20220711032249.22382-1-jiapeng.chong@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The include is in line 19. Remove the duplicate. Fix following checkincludes warning: ./arch/arm/mach-pxa/eseries.c: linux/gpio/machine.h is included more than o= nce. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- arch/arm/mach-pxa/eseries.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-pxa/eseries.c b/arch/arm/mach-pxa/eseries.c index 2e4daeab6278..f306796050c2 100644 --- a/arch/arm/mach-pxa/eseries.c +++ b/arch/arm/mach-pxa/eseries.c @@ -19,7 +19,6 @@ #include #include #include -#include =20 #include