diff options
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2013-04-19 12:18:05 +1000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-04-19 11:45:58 +0200 |
commit | ad6b40f471cf8bf7b106032145b1b2ac105f99cf (patch) | |
tree | 80b415d1f1b22ff80822b90bdb2f8b4b2c000faf /hw/block/m25p80.c | |
parent | c7a101f5297442de7cbee44f7a31428f0e85a09f (diff) | |
download | qemu-ad6b40f471cf8bf7b106032145b1b2ac105f99cf.zip |
m25p80: Remove bogus include of devices.h
I think in the early revisions of this we had an instantiation helper
for the device in devices.h. This was later removed and this header was
left over. Removed
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/block/m25p80.c')
-rw-r--r-- | hw/block/m25p80.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c index efcc7f4c83..b3ca19ae52 100644 --- a/hw/block/m25p80.c +++ b/hw/block/m25p80.c @@ -24,7 +24,6 @@ #include "hw/hw.h" #include "sysemu/blockdev.h" #include "hw/ssi.h" -#include "hw/devices.h" #ifndef M25P80_ERR_DEBUG #define M25P80_ERR_DEBUG 0 |