From nobody Sun Apr 19 21:57:40 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 6C318C433EF for ; Sun, 26 Jun 2022 17:15:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231880AbiFZRPo (ORCPT ); Sun, 26 Jun 2022 13:15:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231867AbiFZRPh (ORCPT ); Sun, 26 Jun 2022 13:15:37 -0400 Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7570AE093; Sun, 26 Jun 2022 10:15:35 -0700 (PDT) Received: by mail-pj1-x102d.google.com with SMTP id k12-20020a17090a404c00b001eaabc1fe5dso10223488pjg.1; Sun, 26 Jun 2022 10:15:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:mime-version:content-disposition; bh=dPKELELgFlCVowNQzSbwUOPIVqSefa774VaFs/5xX9g=; b=TTTicy3ewL1Zk/RYe5zjLoofl+7vqoioHrHCGakdXAQJjtpZw1TVvrTZC+x62Cn5U9 smedmNDM6j6HiUeRdceXl/LpjrziuO44JkHEZh2f9sqjIGh0udxl7Dc5u92gW4owZqgG ePbV+O101344ucPTugz+R+L+P1sL+ip7YTOX1IwWa1kspveMN4oUSwEIOUONmen19ZfS 8r9vXdrZLUK54um6JoYFq/8dThjgt7UzscsJkChWx21aeeeVgLuTcDmq8L6NuGrvLH5s aIc+oV40D/N0XhH+v6VWfCy9TzVt9z7mBH1JqNM9syMbMtz3TdP2t5rB9nNpequuKllf I8cw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition; bh=dPKELELgFlCVowNQzSbwUOPIVqSefa774VaFs/5xX9g=; b=t51g9vL2/+MsooHojtC+ymNmjFXEOrpGeVZep+D891v6QQ4WYcKX8j2LQuWDTiIQ7c 66GIkGD+Pa3Lm0JFCS4VWmcpsAoNfneNTuxN/p9HV/msrwvjIVumaMQ75iI0zsZbTdOX +cCASNtlKYHNNPwhL1J8r9lk1hRu6VTTMvIgiAG1vNLe3bRILbhrTr11Y4jKBD65jqcZ 6e4zv8Ax07imnAaD5Q5mhLnEeLIlgRJ6roafWNc3y8MX3K8WFmzm3InAPDhdgkK1G0mC myeOzByThdpo1+WMEGP6ge3BAlB9SLplGCBTmMtwl6S6onwfTXo1yykog+a6a+EqUbfB NM/g== X-Gm-Message-State: AJIora+7sGsjujUPEligtV/PdVD2QDY43yzD1erBNDkVjxOreChFhg9F gZ2YbBAkyFFMqei+kF59CbY= X-Google-Smtp-Source: AGRyM1txc6slEOYWYXWXLdsMQVfV6ZRoR58qxTkTnBp7RWuDTTrRkkLN5l/nMwi6Z1d+mgiTgakCwA== X-Received: by 2002:a17:90b:4b48:b0:1ec:fc87:691c with SMTP id mi8-20020a17090b4b4800b001ecfc87691cmr16122588pjb.120.1656263734820; Sun, 26 Jun 2022 10:15:34 -0700 (PDT) Received: from Sauravs-MacBook-Air.local ([2401:4900:1c0f:ec3f:8053:b39e:a633:cf03]) by smtp.gmail.com with ESMTPSA id v11-20020a1709028d8b00b0016a4f3ca2b5sm5411427plo.277.2022.06.26.10.15.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 26 Jun 2022 10:15:34 -0700 (PDT) Date: Sun, 26 Jun 2022 22:45:28 +0530 From: Saurav Girepunje To: santoshkumar.yadav@barco.com, peter.korsgaard@barco.com, hdegoede@redhat.com, markgross@kernel.org, platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org Cc: saurav.girepunje@hotmail.com Subject: [PATCH] platform: x86: Remove duplicated include in barco-p50-gpio.c Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Remove the duplicate include of linux/io.h in barco-p50-gpio.c file. Signed-off-by: Saurav Girepunje --- drivers/platform/x86/barco-p50-gpio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/platform/x86/barco-p50-gpio.c b/drivers/platform/x86/b= arco-p50-gpio.c index f5c72e33f9ae..bb8ed8e95225 100644 --- a/drivers/platform/x86/barco-p50-gpio.c +++ b/drivers/platform/x86/barco-p50-gpio.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include -- 2.33.0