All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Bastien Nocera <hadess@hadess.net>,
	Sanchayan Maity <maitysanchayan@gmail.com>,
	linux-input@vger.kernel.org, linux-gpio@vger.kernel.org
Subject: Re: [PATCH 1/2] Input: Colibri VF50 - Add missing #include <linux/of.h>
Date: Tue, 9 Feb 2016 10:33:24 -0800	[thread overview]
Message-ID: <20160209183324.GE40460@dtor-ws> (raw)
In-Reply-To: <1454854687-21114-1-git-send-email-geert@linux-m68k.org>

On Sun, Feb 07, 2016 at 03:18:06PM +0100, Geert Uytterhoeven wrote:
> drivers/input/touchscreen/colibri-vf50-ts.c: In function ‘vf50_ts_probe’:
> drivers/input/touchscreen/colibri-vf50-ts.c:302: error: implicit declaration of function ‘of_property_read_u32’
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Applied, thank you.

> ---
> Seen with "[PATCH 2/2] Input: Allow compile test of Goodix and Colibri
> VF50 if !GPIOLIB" on m68k/allmodconfig
> 
>  drivers/input/touchscreen/colibri-vf50-ts.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/touchscreen/colibri-vf50-ts.c b/drivers/input/touchscreen/colibri-vf50-ts.c
> index 5d4903a402cc6a5f..69828d015d45ffa4 100644
> --- a/drivers/input/touchscreen/colibri-vf50-ts.c
> +++ b/drivers/input/touchscreen/colibri-vf50-ts.c
> @@ -21,6 +21,7 @@
>  #include <linux/interrupt.h>
>  #include <linux/kernel.h>
>  #include <linux/module.h>
> +#include <linux/of.h>
>  #include <linux/pinctrl/consumer.h>
>  #include <linux/platform_device.h>
>  #include <linux/slab.h>
> -- 
> 1.9.1
> 

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-02-09 18:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-07 14:18 [PATCH 1/2] Input: Colibri VF50 - Add missing #include <linux/of.h> Geert Uytterhoeven
2016-02-07 14:18 ` [PATCH 2/2] Input: Allow compile test of Goodix and Colibri VF50 if !GPIOLIB Geert Uytterhoeven
2016-02-09 18:34   ` Dmitry Torokhov
2016-02-09 18:33 ` Dmitry Torokhov [this message]
2016-02-10  9:52   ` [PATCH 1/2] Input: Colibri VF50 - Add missing #include <linux/of.h> Geert Uytterhoeven
2016-02-10 19:38     ` Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160209183324.GE40460@dtor-ws \
    --to=dmitry.torokhov@gmail.com \
    --cc=geert@linux-m68k.org \
    --cc=hadess@hadess.net \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=maitysanchayan@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.