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 X-Spam-Level: X-Spam-Status: No, score=-12.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC87BC55ABD for ; Tue, 10 Nov 2020 14:56:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 57F72206B2 for ; Tue, 10 Nov 2020 14:56:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=bgdev-pl.20150623.gappssmtp.com header.i=@bgdev-pl.20150623.gappssmtp.com header.b="yCgj1oxm" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731603AbgKJO4P (ORCPT ); Tue, 10 Nov 2020 09:56:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36648 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731280AbgKJO4H (ORCPT ); Tue, 10 Nov 2020 09:56:07 -0500 Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CB89C0613D3 for ; Tue, 10 Nov 2020 06:56:07 -0800 (PST) Received: by mail-wm1-x341.google.com with SMTP id s13so3264347wmh.4 for ; Tue, 10 Nov 2020 06:56:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=t/9DP21Y/K7Z/VraeZB1byIXgPmUm3+JNNTaYKuJoag=; b=yCgj1oxmbWVJO6aVvwgbnT+plK9gHErnJySsC0rvLE93LMEFpncao3WCRK2Vup/Ftp EvrQK5aOtyaqccw82bjKKT0By1YBbO6mB2VIUCHAs1BbXmyAlUn7ZNr5rYeSkQPOoA2g HLnjsndjEM2rY7DKAdnMVkgmpOUSzOsEVMsrr00Sq5MfBYkn29umHdi7QLVBeUWLlzJh AcX1onVuBbUB7J66a6ZCYYynMVjHjNWINKWUBDoPAPe0xKULJ/5USryuRpPm/r7V8OKC gonR75UmoEROFpEIYWd867tsCTBgFsPGlbv7w/XO8HO33JKkV1F4f489NxT8OFiHWdSm Wk9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=t/9DP21Y/K7Z/VraeZB1byIXgPmUm3+JNNTaYKuJoag=; b=VDifL01gSM5TlWrigquOTd/LUpfoqX+fF30sfiaxnx85e9x3bP+3JUI+JCzy0pHdj1 wQknmFMZsNUKAulZ039ul3n21q4LemOew0syZPeieJz7KhUXa10fvUjGZcEOnWOEjQMF uJ9j5bHjZQrrLKKnhh3TOG/dnH7kCusa1Sk2nc68VOk2BviiZekyYibXY7fmaEpbCYqc 3lZdFKiL1TK9asxYqFG/azEogB3EaRPpDs4cr+rN1/HFe0TNg645OT+B3HUQ64SgIesb fsVrhhVcMFGKqywXRzw4EnqE8pvIYTXK9yIpwvFQl3aELbaf9ZV+eX+tGfMP7EJcxnD6 j2cw== X-Gm-Message-State: AOAM530TsTHejJgDInwUD60k061Nc99iymamHFgeKMdvYRR/g/N4icJh a7s6uHlTaqgo5Puoo51voPPnuA== X-Google-Smtp-Source: ABdhPJzM0Wppb5vLfoZiyRJDDDkhJ0pmMKa0I+sNKbEvWvqYYWvGmSu7oNwQqM1QJgr9I+msZ4mQWQ== X-Received: by 2002:a1c:dc43:: with SMTP id t64mr24205wmg.93.1605020165987; Tue, 10 Nov 2020 06:56:05 -0800 (PST) Received: from debian-brgl.home (amarseille-656-1-4-167.w90-8.abo.wanadoo.fr. [90.8.158.167]) by smtp.gmail.com with ESMTPSA id f17sm3261827wmf.41.2020.11.10.06.56.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 Nov 2020 06:56:05 -0800 (PST) From: Bartosz Golaszewski To: Linus Walleij , Andy Shevchenko , Jan Kiszka , David Laight Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v4 2/7] gpio: exar: include idr.h Date: Tue, 10 Nov 2020 15:55:47 +0100 Message-Id: <20201110145552.23024-3-brgl@bgdev.pl> X-Mailer: git-send-email 2.29.1 In-Reply-To: <20201110145552.23024-1-brgl@bgdev.pl> References: <20201110145552.23024-1-brgl@bgdev.pl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Bartosz Golaszewski This driver uses IDA APIs but doesn't include the relevant header. This fixes it. Signed-off-by: Bartosz Golaszewski --- drivers/gpio/gpio-exar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-exar.c b/drivers/gpio/gpio-exar.c index 4202dd363a11..1941ae533418 100644 --- a/drivers/gpio/gpio-exar.c +++ b/drivers/gpio/gpio-exar.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include -- 2.29.1