mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
m68k/coldfire: replace linux/gpio.h inclusions
linux/gpio.h should no longer be used, convert these instead to linux/gpio/legacy.h for coldfire. Acked-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Ungerer <gerg@kernel.org>
This commit is contained in:
parent
ab3e29ac59
commit
b47eeaa48e
|
|
@ -12,7 +12,7 @@
|
|||
#include <linux/init.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/spi/spi.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/gpio/legacy.h>
|
||||
#include <linux/fec.h>
|
||||
#include <linux/dmaengine.h>
|
||||
#include <asm/traps.h>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ int __mcfgpio_request(unsigned gpio);
|
|||
void __mcfgpio_free(unsigned gpio);
|
||||
|
||||
#ifdef CONFIG_GPIOLIB
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/gpio/legacy.h>
|
||||
#else
|
||||
|
||||
/* our alternate 'gpiolib' functions */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user