summaryrefslogtreecommitdiffstats
path: root/hw/arm/tosa.c
diff options
context:
space:
mode:
authorAlistair Francis2016-01-21 15:15:03 +0100
committerPeter Maydell2016-01-21 15:15:03 +0100
commit8fd06719e7d37f91f1b843af4cdcdfe7eb3e4a69 (patch)
treef3a5cd51881de00c8b6a7e0b7f972dec5a1c7d63 /hw/arm/tosa.c
parentm25p80.c: Add sst25wf080 SPI flash device (diff)
downloadqemu-8fd06719e7d37f91f1b843af4cdcdfe7eb3e4a69.tar.gz
qemu-8fd06719e7d37f91f1b843af4cdcdfe7eb3e4a69.tar.xz
qemu-8fd06719e7d37f91f1b843af4cdcdfe7eb3e4a69.zip
ssi: Move ssi.h into a separate directory
Move the ssi.h include file into the ssi directory. While touching the code also fix the typdef lines as checkpatch complains. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/tosa.c')
-rw-r--r--hw/arm/tosa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/tosa.c b/hw/arm/tosa.c
index c387950fb0..d83c1e1785 100644
--- a/hw/arm/tosa.c
+++ b/hw/arm/tosa.c
@@ -20,7 +20,7 @@
#include "hw/pcmcia.h"
#include "hw/boards.h"
#include "hw/i2c/i2c.h"
-#include "hw/ssi.h"
+#include "hw/ssi/ssi.h"
#include "sysemu/block-backend.h"
#include "hw/sysbus.h"
#include "exec/address-spaces.h"