Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac48eee0 authored by Magnus Damm's avatar Magnus Damm Committed by Grant Likely
Browse files

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: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 552e4509
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {