Skip to content

Commit

Permalink
spi/txx9: Use linux/gpio.h not asm/gpio.h
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Mark Brown committed Jul 30, 2013
1 parent 5ae90d8 commit e221fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/spi-txx9.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e221fa4

Please sign in to comment.