From: Magnus Damm Date: Wed, 20 Jan 2010 20:49:45 +0000 (-0700) Subject: spi: update MSIOF includes X-Git-Tag: v2.6.34-rc1~290^2~17 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ac48eee064f743a198cb38e5a6a62c3f1082ebc1;p=karo-tx-linux.git spi: update MSIOF includes Update the MSIOF driver to remove the architecture speficic spi header file and add err.h. This makes the driver compile on non-SH architectures. Signed-off-by: Magnus Damm Signed-off-by: Grant Likely --- diff --git a/drivers/spi/spi_sh_msiof.c b/drivers/spi/spi_sh_msiof.c index 51e5e1dfa6e5..3b5b1be57057 100644 --- a/drivers/spi/spi_sh_msiof.c +++ b/drivers/spi/spi_sh_msiof.c @@ -20,12 +20,12 @@ #include #include #include +#include #include #include #include -#include #include struct sh_msiof_spi_priv {