Commit e221fa40 authored by Mark Brown's avatar Mark Brown

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

Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 5ae90d8e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment