From patchwork Mon Aug 6 15:40:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 953972 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="HBBr9yuc"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41khfz6x2tz9rvt for ; Tue, 7 Aug 2018 01:40:11 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732657AbeHFRtu (ORCPT ); Mon, 6 Aug 2018 13:49:50 -0400 Received: from mail-wr1-f65.google.com ([209.85.221.65]:32850 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729724AbeHFRtu (ORCPT ); Mon, 6 Aug 2018 13:49:50 -0400 Received: by mail-wr1-f65.google.com with SMTP id g6-v6so12838860wrp.0 for ; Mon, 06 Aug 2018 08:40:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=IHP9ED9gsljdkUOBLdJD5syRIVDkDS3xQUVe+2ii59o=; b=HBBr9yucyVsLwevU3Hk7Wuozp84I/E89dOY1Xrup7RvUdtKgR3qR0LViw6q4W4mrtG xXW12eWItLeNDFHQun6eyFtdyI80PvWmUXRa0WXBF4JPO2/1rn4Bls63DwMqV1Rgovyt 71rx5aFP/PLBnxtX72Y0h60HX9DdrJ9KpJ//I= 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; bh=IHP9ED9gsljdkUOBLdJD5syRIVDkDS3xQUVe+2ii59o=; b=iOgoJtPVQjzQH9ztGXVezRygU7Kil9ZFaXcfVJJhE0ifarU3KqU1jY+q8iEJFytOhb OmrgoARs5//tJandi79l4HgfReRT0a+1sAWL5aVJpkm5RhbV82o/8Ffzbc6CLrlBirst OVivk5LUyeH6tIok6oy9rJlR2/03wuwfOSqfP6TAgUPd7z4SbiAc+4ZjvEM5cCyAF56W wYEGBpB2AqMv+Cs1f9yYv19vBi3J28Rks/WSEGuUaFtLVV4tHZHZR+WvkaWHFOvzYXYb AAz3BttWPzNqvwVNMmfmYnpzBNLfr/6TC4B2iQzm1lIBFu+6vKCMgbpqHUkG1nrG9b0L MWSg== X-Gm-Message-State: AOUpUlH2XpznGl0mwzVor9yw1rWroQtxofkqC7mc2t3oTJSMXtJFmLPL DaEQRIOhyM5n9aa2haqYcAkj2bxmQDA= X-Google-Smtp-Source: AAOMgpf7OVIxTMmfZExw1lUo5phORqjIhhWjie1RH6TX1mSPLMRdi1l9f0w2kM5oPh0Ygaa2fI6UpA== X-Received: by 2002:adf:e287:: with SMTP id v7-v6mr10635475wri.139.1533570009119; Mon, 06 Aug 2018 08:40:09 -0700 (PDT) Received: from localhost.localdomain (catv-89-135-96-219.catv.broadband.hu. [89.135.96.219]) by smtp.gmail.com with ESMTPSA id e133-v6sm13247675wma.33.2018.08.06.08.40.06 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 06 Aug 2018 08:40:07 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij , Stefan Agner , Dmitry Osipenko , Thierry Reding Subject: [PATCH] gpio: tegra: Include the right header Date: Mon, 6 Aug 2018 17:40:04 +0200 Message-Id: <20180806154004.3205-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.17.0 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a GPIO driver so include only . Cc: Stefan Agner Cc: Dmitry Osipenko Cc: Thierry Reding Signed-off-by: Linus Walleij --- drivers/gpio/gpio-tegra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-tegra.c b/drivers/gpio/gpio-tegra.c index 2d940785bad0..7b2798d8eadd 100644 --- a/drivers/gpio/gpio-tegra.c +++ b/drivers/gpio/gpio-tegra.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include