From patchwork Tue Aug 8 16:42:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 13346754 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 D8582C001DB for ; Tue, 8 Aug 2023 18:44:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231458AbjHHSoU (ORCPT ); Tue, 8 Aug 2023 14:44:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231126AbjHHSn7 (ORCPT ); Tue, 8 Aug 2023 14:43:59 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7AC293FD0E; Tue, 8 Aug 2023 09:39:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691512780; x=1723048780; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=hiGQtDujvx9jZiOBlDP88aP5ToGv6i5pFuFnlCfWPcY=; b=Km9GNLCOcmGToWjPQJNVMSCh+ir9ZAOAknan1Yh+YPl5JOB1b9KueDi/ k/KG9Lh1hHHUF60YcAFGxp3HStvrxeQMzTBIGVGnTJO6hXFVBksK1EOnp vROCB15b21JTRIpUQ4tywB9igbJ5LjrwCRG4eRdbjxxiBfgaZTff4XMqK 3WZcSohCdXrvHUYQH1yNDZ8GzjgogdTYbEduFUkdbetUxqvQSAUhjWDRY R0r5iA0nKdyYDQj1zrTB4VLcaAyCtKY4nt0XBNPSyJ28IoO3T7S0sO8g0 AMBbaZ7MQ1vMe5uxwxrCZoWfW3ShFlbpiG53pMwBIG/FjkJFwBdU4R6Fq A==; X-IronPort-AV: E=McAfee;i="6600,9927,10795"; a="401841237" X-IronPort-AV: E=Sophos;i="6.01,156,1684825200"; d="scan'208";a="401841237" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Aug 2023 09:39:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10795"; a="681316723" X-IronPort-AV: E=Sophos;i="6.01,156,1684825200"; d="scan'208";a="681316723" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga003.jf.intel.com with ESMTP; 08 Aug 2023 09:38:56 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 5B58215C; Tue, 8 Aug 2023 19:42:05 +0300 (EEST) From: Andy Shevchenko To: Jonathan Cameron , Matti Vaittinen , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Jonathan Cameron , Lars-Peter Clausen , Andy Shevchenko Subject: [PATCH v1 1/1] iio: accel: kionix-kx022a: Use correct header(s) instead of string_helpers.h Date: Tue, 8 Aug 2023 19:42:04 +0300 Message-Id: <20230808164204.66818-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.40.0.1.gaa8946217a0b MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org There is nothing from string_helpers.h used in the driver, correct the header inclusion block accordingly. Signed-off-by: Andy Shevchenko Acked-by: Matti Vaittinen --- drivers/iio/accel/kionix-kx022a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/accel/kionix-kx022a.c b/drivers/iio/accel/kionix-kx022a.c index 4ea3c6718ed4..f164b09520c9 100644 --- a/drivers/iio/accel/kionix-kx022a.c +++ b/drivers/iio/accel/kionix-kx022a.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include