From patchwork Mon Apr 24 07:11:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe JAILLET X-Patchwork-Id: 13221807 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 86783C77B61 for ; Mon, 24 Apr 2023 07:11:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231147AbjDXHL6 (ORCPT ); Mon, 24 Apr 2023 03:11:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39728 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229516AbjDXHL4 (ORCPT ); Mon, 24 Apr 2023 03:11:56 -0400 Received: from smtp.smtpout.orange.fr (smtp-26.smtpout.orange.fr [80.12.242.26]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0FBC1AC for ; Mon, 24 Apr 2023 00:11:55 -0700 (PDT) Received: from pop-os.home ([86.243.2.178]) by smtp.orange.fr with ESMTPA id qqMbpbWv0mfq9qqMbpYclq; Mon, 24 Apr 2023 09:11:54 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wanadoo.fr; s=t20230301; t=1682320314; bh=7YBvMG+Q90cl5k9Iz9PAi2dEYCl89Sqol9+/WdhaNKA=; h=From:To:Cc:Subject:Date; b=M6DhZrCqx+oL4E15ADIyF/2+Hqzc/ZpQoMI0P5KC/uD2yf59MNBOZYgCIADvJDZ7H iA8FlWK9GCGIDXL78ZFfP6dYWbSPYH634cW00eJ6l+HQNr5sdUBlyJ9/CV1brjYN1P rED44zr34vwdwUR0lokZ5OWZCMqi1w7AdFsPazASl424mrXv9w1UgIVDHH3RjcZYGv dNP6UXslTorFMiQmV7xBfg+Lvl4hRoQlIBQJBL0RdYXqIjHPADX3ljuVJ/Ql4qu0z/ puB6pMvFMWfnPvCbeSkm6djz5VoQPwmwUyS5zmnyO4ExyD5b1kDKM2FibIblc06ZBY gaxDOrjXHSoWw== X-ME-Helo: pop-os.home X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Mon, 24 Apr 2023 09:11:54 +0200 X-ME-IP: 86.243.2.178 From: Christophe JAILLET To: Jonathan Cameron , Lars-Peter Clausen Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET , linux-iio@vger.kernel.org Subject: [PATCH] iio: adc: palmas: Remove the unneeded include Date: Mon, 24 Apr 2023 09:11:51 +0200 Message-Id: <9d23cd04d7f99dc8d813584aae5268b57f92fcd8.1682320298.git.christophe.jaillet@wanadoo.fr> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org This driver does not use i2c, so there is no point in including Remove it. Signed-off-by: Christophe JAILLET --- drivers/iio/adc/palmas_gpadc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/iio/adc/palmas_gpadc.c b/drivers/iio/adc/palmas_gpadc.c index c1c439215aeb..42c519504529 100644 --- a/drivers/iio/adc/palmas_gpadc.c +++ b/drivers/iio/adc/palmas_gpadc.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include