From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3BE1AC433EF for ; Sun, 3 Oct 2021 12:13:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2122D61B44 for ; Sun, 3 Oct 2021 12:13:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230207AbhJCMPm (ORCPT ); Sun, 3 Oct 2021 08:15:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:49458 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230156AbhJCMPl (ORCPT ); Sun, 3 Oct 2021 08:15:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 17D5E61267; Sun, 3 Oct 2021 12:13:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633263234; bh=FypN+458sVDJlELsOA4xYXyvntCZM720NUvOUIWL1Xo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=svn7KX2WJivKJ7DKka1Il6n+6T92FHM25GxOzwY3LbKNYZmzl3dv1V53+p0b+AWyL djyv5Zkx09Ux6qL/03NtaVtiQDyepfD6qQIk3xy/Y5fv8xX5uZwXANb0WzVc31nNYx Cbf1DRG0zgsiekc5KhZimlGQIRFiGe4fDG4MKmRu/WN4jkBg1FfNndbQP2eg+s0Cs7 JIhzGyKJSsQfiezUA40QnNlCheYedVSlg5NmUj9gVhXCNIMKVTv8HWs3vT6AI8plJO ylVkQVwHPwTiaohJGNDolYf64lwTqZiSPzueStfKdsewkqeybsnXmPoKvaIA+Nu+bu kp/HDoNkk8O8g== From: Jonathan Cameron To: linux-iio@vger.kernel.org, Benson Leung , Enric Balletbo i Serra , Guenter Roeck Cc: Andy Shevchenko , Jonathan Cameron Subject: [PATCH 6/7] iio: pressure: cros_ec_baro: Drop unused IIO headers. Date: Sun, 3 Oct 2021 13:17:10 +0100 Message-Id: <20211003121711.279736-7-jic23@kernel.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211003121711.279736-1-jic23@kernel.org> References: <20211003121711.279736-1-jic23@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org From: Jonathan Cameron Identified with the include-what-you-use tool. To keep this patch simple, only IIO headers that are clearly not used were considered. Signed-off-by: Jonathan Cameron --- drivers/iio/pressure/cros_ec_baro.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/iio/pressure/cros_ec_baro.c b/drivers/iio/pressure/cros_ec_baro.c index 2f882e109423..fd2c0fa815bd 100644 --- a/drivers/iio/pressure/cros_ec_baro.c +++ b/drivers/iio/pressure/cros_ec_baro.c @@ -6,13 +6,8 @@ */ #include -#include #include #include -#include -#include -#include -#include #include #include #include -- 2.33.0