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 C1100C433FE 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 A707B61A38 for ; Sun, 3 Oct 2021 15:29:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230516AbhJCPbI (ORCPT ); Sun, 3 Oct 2021 11:31:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:34420 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231140AbhJCPbH (ORCPT ); Sun, 3 Oct 2021 11:31:07 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D1FCB61A6E; Sun, 3 Oct 2021 15:29:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633274959; bh=nT+cRMXj5xw6AugnDASLt7gRyvT2J39h1vAF9RnEXPA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VcJwsRinRjgCPBdgTF7MJwz2KAwe3ijeIZGqwc23ikntAyt2Kun1SIz6iHWEqzEhi v5MWQmjdFAVDGyE7gUWtGnCcuNPBv6kCf9L8LoDkO0INhETn+12JhNv403npr5yCuP 2ANxvqEAjNJC3eOj1UDL+NnEd8STCrs/H8hem9zvh6BAuDjJcoZ9I/Avrt9B7kGEnK HhMN5LDgG1PEOmhyhNc67K+0Bpgcu+FJQsKH3t57lpmEsmBY30sdnYrnTPkTU+5Kza +v75z6b+Ey3fL9toSt2e+KuAWl7vp+hwMlIiNaqFkS687JAB8+X2tuQDdbhOALsguX o50fkztR1VpPw== From: Jonathan Cameron To: linux-iio@vger.kernel.org Cc: Andy Shevchenko , Jonathan Cameron Subject: [RFC PATCH 06/11] iio: inkern: Bring includes up to date. Date: Sun, 3 Oct 2021 16:33:01 +0100 Message-Id: <20211003153306.391766-7-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 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org From: Jonathan Cameron Based on manual inspection of the suggestions from the include-what-you-use tool. Signed-off-by: Jonathan Cameron --- drivers/iio/inkern.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/iio/inkern.c b/drivers/iio/inkern.c index 72c130d9fecb..2b478261f9a2 100644 --- a/drivers/iio/inkern.c +++ b/drivers/iio/inkern.c @@ -3,11 +3,16 @@ * * Copyright (c) 2011 Jonathan Cameron */ +#include #include #include -#include +#include +#include #include #include +#include +#include +#include #include #include "iio_core.h" -- 2.33.0