From patchwork Fri May 25 11:20:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 920439 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="QcHBG0RA"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40skMp4tVCz9s0q for ; Fri, 25 May 2018 21:21:10 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966363AbeEYLVJ (ORCPT ); Fri, 25 May 2018 07:21:09 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:36862 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966308AbeEYLVH (ORCPT ); Fri, 25 May 2018 07:21:07 -0400 Received: by mail-wr0-f193.google.com with SMTP id k5-v6so8594225wrn.3 for ; Fri, 25 May 2018 04:21:07 -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:in-reply-to:references; bh=R/nDw3GtqxEf3P5RK/7RP9XSHaIlNnpV5nMHCXO7PV8=; b=QcHBG0RA6qiUUk5HNOCXu5oKG0jsVwz5aE0QK1AhOZdvpf2Z1ANW5M1jO04p0m8QOn 0VKsRGDPx5SQTWm+E9QBSA27LffzYkTKCcZcovgc1hfxT6r3fPRyje3iMxEL2Zhfc6w/ Ncv8UFGXQRPplHaJe8xt4APM1BA2tc064E8J4= 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; bh=R/nDw3GtqxEf3P5RK/7RP9XSHaIlNnpV5nMHCXO7PV8=; b=BBB/l+NDT/tPU0d8ffIL2shMF42V7txBUq8AeRugXb1erRdTBkSHqIQu+MOID7KK8K YUXbSZnOAmNqxjKZ1wuExc5Xsx6dNC4cnhBbLUcuI0QeRuceJw6KJda1P7rRNNdLRwPL kfCAcwVhIswQyrFnLeh3tpED5aeLUb9Dvhh9XAzUS7YYGiVB5M8MDqmi3nPH+imaYdno lwj3fw8p/liw+Lu6rHw1F3XVMA1zAepnTnoJ21n74KWRh8bbZOjVz5hCkCsJGoOkGQso zZnXa1flBeto9/nMLFXIFln3Y9XAPHTaR31D+DDejKmWfKsc1Kvr5MI3ozouJvvqY8jt QRRg== X-Gm-Message-State: ALKqPwddZ4u5kDnDnIw9H4F8z7sl3TzrY6ZPDGTYR3PRbWHh/PCzcVuq a8kwBOWgEMhkolSr8hPNv9QgnQX2+KA= X-Google-Smtp-Source: ADUXVKJC710jVpmqcbXCddxym5EBjbRRXhMbJxWUVG3ufhllKexzQoILuy78qJjtMf0SO7MG9a4szg== X-Received: by 2002:a19:1b90:: with SMTP id b138-v6mr1248676lfb.17.1527247266163; Fri, 25 May 2018 04:21:06 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id t133-v6sm5474015lfe.60.2018.05.25.04.21.04 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 25 May 2018 04:21:04 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 5/8] gpio: pcf857x: Include the right header Date: Fri, 25 May 2018 13:20:49 +0200 Message-Id: <20180525112052.12589-5-linus.walleij@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180525112052.12589-1-linus.walleij@linaro.org> References: <20180525112052.12589-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a GPIO driver, include only . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-pcf857x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-pcf857x.c b/drivers/gpio/gpio-pcf857x.c index 38fbb420c6cd..adf72dda25a2 100644 --- a/drivers/gpio/gpio-pcf857x.c +++ b/drivers/gpio/gpio-pcf857x.c @@ -18,7 +18,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include +#include #include #include #include