From patchwork Sun Oct 3 12:17:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Cameron X-Patchwork-Id: 12532699 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 3CCB7C433F5 for ; Sun, 3 Oct 2021 12:13:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 20BA9611C0 for ; Sun, 3 Oct 2021 12:13:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230202AbhJCMPi (ORCPT ); Sun, 3 Oct 2021 08:15:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:49390 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230156AbhJCMPh (ORCPT ); Sun, 3 Oct 2021 08:15:37 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id F318561B43; Sun, 3 Oct 2021 12:13:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633263230; bh=ECxKCAq2mBnb5kxar7DvmrthPyT4hOzHW3H03Rc0ZN8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gJunhAfPjoXHdTp86qz5JvpNLJZ5GxoK+lrwL7br0ROqQhys+iUT5/4FsF76YcMbp FCw6B39/z4tflbtojsWCk3AVOIotG4Zk50Mb6Aesm0eq+4jL8RwRK6qbU4Gwjnm/fm fnNndNsKNMY7b8WhBYLpDjc0hAQLwEP2Cv19TbqhrJfH0gzlXP6mWFeEJHzcm1g4Zo YsEHxKwEABwQZ4yWA38f5CHuRAn+8tFdnvMBiDR2a9zdeEBW24mWpCV8cncP4pluu3 IV4SmRG3FvsyHnkzDha7U5EXNLaOkmN5Lv7blkhLQ/xTZf3HdT2qYxXre+GxBxuyxv pvdXe9ySsCffA== From: Jonathan Cameron To: linux-iio@vger.kernel.org, Benson Leung , Enric Balletbo i Serra , Guenter Roeck Cc: Andy Shevchenko , Jonathan Cameron Subject: [PATCH 4/7] iio: cros_ec_lid_angle: Drop unused IIO includes. Date: Sun, 3 Oct 2021 13:17:08 +0100 Message-Id: <20211003121711.279736-5-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 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 remove IIO related headers that are clearly unused in this driver. Signed-off-by: Jonathan Cameron --- drivers/iio/common/cros_ec_sensors/cros_ec_lid_angle.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/iio/common/cros_ec_sensors/cros_ec_lid_angle.c b/drivers/iio/common/cros_ec_sensors/cros_ec_lid_angle.c index af801e203623..eb402772b663 100644 --- a/drivers/iio/common/cros_ec_sensors/cros_ec_lid_angle.c +++ b/drivers/iio/common/cros_ec_sensors/cros_ec_lid_angle.c @@ -12,13 +12,9 @@ #include #include -#include #include #include -#include -#include #include -#include #include #include #include