From: Greg Kroah-Hartman Date: Sun, 25 Jan 2015 22:03:54 +0000 (-0800) Subject: fix build error in queue-3.10/gpiolib-of-correct-error-handling-in-of_get_named_gpiod... X-Git-Tag: v3.10.66~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f87aca2a9a593286f383639ebd32c98e4b6ec08;p=thirdparty%2Fkernel%2Fstable-queue.git fix build error in queue-3.10/gpiolib-of-correct-error-handling-in-of_get_named_gpiod_flags.patch --- diff --git a/queue-3.10/gpiolib-of-correct-error-handling-in-of_get_named_gpiod_flags.patch b/queue-3.10/gpiolib-of-correct-error-handling-in-of_get_named_gpiod_flags.patch index bf2e482711c..8cf38b265f2 100644 --- a/queue-3.10/gpiolib-of-correct-error-handling-in-of_get_named_gpiod_flags.patch +++ b/queue-3.10/gpiolib-of-correct-error-handling-in-of_get_named_gpiod_flags.patch @@ -19,12 +19,20 @@ Signed-off-by: Linus Walleij Signed-off-by: Greg Kroah-Hartman --- - drivers/gpio/gpiolib-of.c | 10 ++++++++-- - 1 file changed, 8 insertions(+), 2 deletions(-) + drivers/gpio/gpiolib-of.c | 11 +++++++++-- + 1 file changed, 9 insertions(+), 2 deletions(-) --- a/drivers/gpio/gpiolib-of.c +++ b/drivers/gpio/gpiolib-of.c -@@ -42,8 +42,14 @@ static int of_gpiochip_find_and_xlate(st +@@ -12,6 +12,7 @@ + */ + + #include ++#include + #include + #include + #include +@@ -42,8 +43,14 @@ static int of_gpiochip_find_and_xlate(st return false; ret = gc->of_xlate(gc, &gg_data->gpiospec, gg_data->flags);