From patchwork Fri Jun 4 18:50:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 454348 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A7ACC4743C for ; Fri, 4 Jun 2021 18:49:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F27806140B for ; Fri, 4 Jun 2021 18:49:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229810AbhFDSvm (ORCPT ); Fri, 4 Jun 2021 14:51:42 -0400 Received: from mga14.intel.com ([192.55.52.115]:47258 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229791AbhFDSvm (ORCPT ); Fri, 4 Jun 2021 14:51:42 -0400 IronPort-SDR: vvlIBPi6HBrffSOizuSc0WMKAKPZuJyjiEqgc9nEMjc+cyiFRkFCSSdK8tTdOVK+uUvLGyfSY2 kOGCUBEUviEw== X-IronPort-AV: E=McAfee;i="6200,9189,10005"; a="204163330" X-IronPort-AV: E=Sophos;i="5.83,248,1616482800"; d="scan'208";a="204163330" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2021 11:49:55 -0700 IronPort-SDR: d54UjbKZis1Is+b9A2p4cBYumeA3ricNkhihPMbZZTaJvstuf/6NtmNfcg5wqf5vRTddqi+3N8 0CkECt0wAuNg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,248,1616482800"; d="scan'208";a="448357589" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga008.fm.intel.com with ESMTP; 04 Jun 2021 11:49:52 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id B0BDB1C8; Fri, 4 Jun 2021 21:50:16 +0300 (EEST) From: Andy Shevchenko To: Andy Shevchenko , Serge Semin , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Hoan Tran , Serge Semin , Linus Walleij , Bartosz Golaszewski , kernel test robot Subject: [PATCH v1 1/1] gpio-dwapb: Drop unused headers and sort the rest Date: Fri, 4 Jun 2021 21:50:13 +0300 Message-Id: <20210604185013.86662-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Drop unused headers and drop the rest. Reported-by: kernel test robot Signed-off-by: Andy Shevchenko Acked-by: Serge Semin Tested-by: Serge Semin --- drivers/gpio/gpio-dwapb.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/gpio/gpio-dwapb.c b/drivers/gpio/gpio-dwapb.c index 7d61f5821e32..3eb13d6d31ef 100644 --- a/drivers/gpio/gpio-dwapb.c +++ b/drivers/gpio/gpio-dwapb.c @@ -13,17 +13,15 @@ #include #include #include +#include #include #include -#include -#include -#include +#include #include #include #include -#include -#include #include +#include #include "gpiolib.h" #include "gpiolib-acpi.h"