Skip to content

Commit

Permalink
spi: update MSIOF includes
Browse files Browse the repository at this point in the history
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 <damm@opensource.se>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Magnus Damm authored and Grant Likely committed Jan 20, 2010
1 parent 552e450 commit ac48eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/spi_sh_msiof.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
#include <linux/bitmap.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/err.h>

#include <linux/spi/spi.h>
#include <linux/spi/spi_bitbang.h>
#include <linux/spi/sh_msiof.h>

#include <asm/spi.h>
#include <asm/unaligned.h>

struct sh_msiof_spi_priv {
Expand Down

0 comments on commit ac48eee

Please sign in to comment.