[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120511040351.GA31496@core.coreip.homeip.net>
Date: Thu, 10 May 2012 21:03:51 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Sasha Levin <levinsasha928@...il.com>
Cc: peter.ujfalusi@...com, broonie@...nsource.wolfsonicro.com,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] TWL6040: fix build error
Hi Sasha,
On Thu, May 10, 2012 at 08:44:33PM +0200, Sasha Levin wrote:
> Fixes build error due to missing of_property_read_u32.
>
> Signed-off-by: Sasha Levin <levinsasha928@...il.com>
> ---
> drivers/input/misc/twl6040-vibra.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/input/misc/twl6040-vibra.c b/drivers/input/misc/twl6040-vibra.c
> index bb134ce..97447ee 100644
> --- a/drivers/input/misc/twl6040-vibra.c
> +++ b/drivers/input/misc/twl6040-vibra.c
> @@ -27,6 +27,7 @@
> */
> #include <linux/module.h>
> #include <linux/platform_device.h>
> +#include <linux/of.h>
> #include <linux/of_device.h>
> #include <linux/workqueue.h>
> #include <linux/input.h>
Thank you for the fix; I folded it into original patch to avoid bisection
troubles.
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists