Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 335d7a7d authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Linus Walleij
Browse files

gpiolib: include gpio/consumer.h in of_gpio.h for desc_to_gpio()



Fixes this build error on sparc:

In file included from drivers/spi/spi.c:33:0:
include/linux/of_gpio.h: In function 'of_get_named_gpio_flags':
include/linux/of_gpio.h:93:3: error: implicit declaration of function 'desc_to_gpio' [-Werror=implicit-function-declaration]

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 403c1d0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,9 +19,9 @@
#include <linux/errno.h>
#include <linux/errno.h>
#include <linux/gpio.h>
#include <linux/gpio.h>
#include <linux/of.h>
#include <linux/of.h>
#include <linux/gpio/consumer.h>


struct device_node;
struct device_node;
struct gpio_desc;


/*
/*
 * This is Linux-specific flags. By default controllers' and Linux' mapping
 * This is Linux-specific flags. By default controllers' and Linux' mapping