1
0
Fork 0

of_gpio: Should use new <linux/gpio.h> header

Since commit 7560fa60fc (gpio: <linux/gpio.h>
and "no GPIO support here" stubs) drivers can use GPIOs if they're available,
but don't require them.

This patch actually enables this feature.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
hifive-unleashed-5.1
Wolfgang Grandegger 2008-05-30 22:51:33 +10:00 committed by Benjamin Herrenschmidt
parent ac8a101480
commit 18ad7a61e1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#define __LINUX_OF_GPIO_H
#include <linux/errno.h>
#include <asm/gpio.h>
#include <linux/gpio.h>
#ifdef CONFIG_OF_GPIO