From e049758f197739dd888bb6a4e16e2fd94eeaee38 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 30 Jul 2013 11:43:57 +0100 Subject: [PATCH] spi/txx9: Use linux/gpio.h not asm/gpio.h Signed-off-by: Mark Brown --- drivers/spi/spi-txx9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/spi-txx9.c b/drivers/spi/spi-txx9.c index e9b7681ff6ac6..7c6d15766c725 100644 --- a/drivers/spi/spi-txx9.c +++ b/drivers/spi/spi-txx9.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #define SPI_FIFO_SIZE 4 -- 2.39.5