From patchwork Wed Sep 12 12:17:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 968977 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=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="HfsCSVLS"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 429LPn2NYzz9s3l for ; Wed, 12 Sep 2018 22:17:17 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726606AbeILRVb (ORCPT ); Wed, 12 Sep 2018 13:21:31 -0400 Received: from mail-lf1-f68.google.com ([209.85.167.68]:43634 "EHLO mail-lf1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726491AbeILRVb (ORCPT ); Wed, 12 Sep 2018 13:21:31 -0400 Received: by mail-lf1-f68.google.com with SMTP id h64-v6so1469368lfi.10 for ; Wed, 12 Sep 2018 05:17:14 -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=Xh6NmTI1xFpyu0GUHj23vZLXcr7zhokqq5AAeSUnQ2c=; b=HfsCSVLSeGTtd3uy0NKyzRpbmxZ+vjI565bRXn6/5tMkPQyzSoaFNgzyA2eDUupzf7 DTmrkmc//DUIZd1OvUNmdAkwUhBT+dJ6ogGvrNOUcTw3WoI3CPmNsV1gkMdC+3jK0w9h d8OpSPvvHNCV2LPF/+pW37aM7cjdmiot2Q+tQ= 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=Xh6NmTI1xFpyu0GUHj23vZLXcr7zhokqq5AAeSUnQ2c=; b=mouCHJI8d/8ZZNT5FqI41H5ws0uixU/5papYMiSN3LiaschiROy+wV1GHLjAaogwyX QWhJD7U0f5DyCxg7UZD3VqCsRUbAMkMBMsOHQMR/MUn94qiq0Y9DJx/X/7R2zAPQ71XX Vvub4yaTqaacFEFz4mv4KkIOaRPH6Ht93axiQCMMwshk/HT825SM7tZpSUJiBncW3gvF Xx6W2sCbpUbTdgL/t0VaLbFb8H2rkiEAQ8B7wxcZHfKAB2qqg3RbOtIfRKEvUbvJY0UU 7j1I5ClKwF4SVBr/pFcOlxJ0P3znExige5mzRRmgt8h3Gj2kcLhfvXd7Mp5/e4ZUaUsX wBDg== X-Gm-Message-State: APzg51CP9uOhNskRZnNnT+PbgARyarIjt94vzqAWHHTOWrq7WPBvsI0q 1KeIM6aCA6OiiqKPzs7Bo79kilzxNBwy6w== X-Google-Smtp-Source: ANB0Vdb15KPP4skXGtrJ+MRldI5GmFMic71SG7W4d3GOfiew63BQPYgFVtLdRdiKkHCMsRV2UtZOLg== X-Received: by 2002:a19:1517:: with SMTP id l23-v6mr1365228lfi.69.1536754633811; Wed, 12 Sep 2018 05:17:13 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id n17-v6sm152386ljb.82.2018.09.12.05.17.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 12 Sep 2018 05:17:12 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij , Daniel Drake Subject: [PATCH 1/2] gpio: vx855: Include the right header Date: Wed, 12 Sep 2018 14:17:09 +0200 Message-Id: <20180912121709.9173-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.17.1 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: Daniel Drake Signed-off-by: Linus Walleij --- drivers/gpio/gpio-vx855.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-vx855.c b/drivers/gpio/gpio-vx855.c index 98a6f1fcc561..d229640b5865 100644 --- a/drivers/gpio/gpio-vx855.c +++ b/drivers/gpio/gpio-vx855.c @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include #include