From patchwork Wed Jun 15 12:08:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 12882247 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 20794C433EF for ; Wed, 15 Jun 2022 12:08:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346666AbiFOMII (ORCPT ); Wed, 15 Jun 2022 08:08:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39488 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343836AbiFOMIH (ORCPT ); Wed, 15 Jun 2022 08:08:07 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0672637ABF; Wed, 15 Jun 2022 05:08:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655294887; x=1686830887; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=iSJPh1Ju/IQynP0+FbgSKh4cSdCd7nA7rEU6e/3J6Bs=; b=S8csEvDE9sGNDbFp12TRR/6kKEbXUUL84xQYq+WOLE/AsuNWPorLxH5O KOq6VvC+4EGLGL2biUgdbfWvEX4aTqThoiSK5A+Fo5JrFDI80dsN4pDps Rsxaj74n9rj1nYIbO4sEVFg6u2SicNYXOin+SwtlttlxPq69OeOJ6qB+U wqguozJeHvUME3bjk+ZddGjhHiPrGGyUPQ9Gd2FilZJiXdfonNfnPIMAy uPdymRW/lsbDyV7ic+9M+4LIDo2UNUwVZtCe2rPE/IiTIB8hXbcTLIbpr mhE/AvMGjNI/b6JO734GJgGWWDCf7cwlcgol6rXGPnZmxy0LaNEYy1VqG g==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="277731274" X-IronPort-AV: E=Sophos;i="5.91,302,1647327600"; d="scan'208";a="277731274" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 05:08:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,302,1647327600"; d="scan'208";a="536013045" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga003.jf.intel.com with ESMTP; 15 Jun 2022 05:08:04 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id C2F8B18F; Wed, 15 Jun 2022 15:08:08 +0300 (EEST) From: Andy Shevchenko To: Andy Shevchenko , Alexandru Ardelean , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Jonathan Cameron , Lars-Peter Clausen Subject: [PATCH v1 1/1] iio: adc: intel_mrfld_adc: explicitly add proper header files Date: Wed, 15 Jun 2022 15:08:03 +0300 Message-Id: <20220615120803.41350-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Do not trust the fact that iio.h includes of.h which in turn includes all the headers we are relying on. The ultimate goal is to actually drop of.h from iio.h. Signed-off-by: Andy Shevchenko Reviewed-by: Nuno Sá --- Jonathan, this should be squeezed before we remove of.h in iio.h I think Nuno somehow missed this drivers/iio/adc/intel_mrfld_adc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iio/adc/intel_mrfld_adc.c b/drivers/iio/adc/intel_mrfld_adc.c index 616de0c3a049..7263ad76124d 100644 --- a/drivers/iio/adc/intel_mrfld_adc.c +++ b/drivers/iio/adc/intel_mrfld_adc.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include