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

Commit e221fa40 authored by Mark Brown's avatar Mark Brown
Browse files

spi/txx9: Use linux/gpio.h not asm/gpio.h



Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 5ae90d8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/module.h>
#include <asm/gpio.h>
#include <linux/gpio.h>


#define SPI_FIFO_SIZE 4