From patchwork Sun Oct 3 15:32:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Cameron X-Patchwork-Id: 12532763 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 6204AC433EF for ; Sun, 3 Oct 2021 15:29:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 37BAD61A3A for ; Sun, 3 Oct 2021 15:29:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231139AbhJCPbG (ORCPT ); Sun, 3 Oct 2021 11:31:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:34378 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230512AbhJCPbE (ORCPT ); Sun, 3 Oct 2021 11:31:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D95B161A3A; Sun, 3 Oct 2021 15:29:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633274957; bh=uJ58o8qFdDr8bNKNq3id+E9+685neY3ERT2fvcpP3XA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qnxXneSgsAj8+orGmRmJ9/n8bCY9jPXcVQeGaD+E9imvhsEXoiKrtvjH0JuZY03qv sVSFWUuyUtrVnKQDGFHrwpPqYg9oF1G8vYySojPiFTbA/GD0gA8DxNwx/euOH6cZWv zw+FL/QkFy5zhWRUny2qvBWHAN13u9N/l9dKTHOhcAxio7CtDoG74Irbsq/Fn0Wpvp L0XmWAz4u5EKwYtLakG8PSbIqhhAqDbFgtGqxjFzt7XOp4L3jjyHMttIVeQ4WDoPBD bcsSYis8Ov8+bgZRj3UDvgaAXwmpA1SRyREC+LVQm4KuY1PuH6QDweRIWZRJHbsq9z sJQuSBKXQ2DAg== From: Jonathan Cameron To: linux-iio@vger.kernel.org Cc: Andy Shevchenko , Jonathan Cameron Subject: [RFC PATCH 04/11] iio: industrialio-event.c: Bring includes up to date. Date: Sun, 3 Oct 2021 16:32:59 +0100 Message-Id: <20211003153306.391766-5-jic23@kernel.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211003153306.391766-1-jic23@kernel.org> References: <20211003153306.391766-1-jic23@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org From: Jonathan Cameron Partly as a result of moving code around in IIO and not keeping includes updated. Based on manual inspection of the output of include-what-you-use Signed-off-by: Jonathan Cameron --- drivers/iio/industrialio-event.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/iio/industrialio-event.c b/drivers/iio/industrialio-event.c index 1d49714d9832..e807cb9d091d 100644 --- a/drivers/iio/industrialio-event.c +++ b/drivers/iio/industrialio-event.c @@ -7,14 +7,19 @@ */ #include +#include #include +#include +#include #include #include #include -#include +#include +#include +#include #include -#include #include +#include #include #include #include