aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>2013-04-19 12:18:05 +1000
committerStefan Hajnoczi <stefanha@redhat.com>2013-04-19 11:45:58 +0200
commitad6b40f471cf8bf7b106032145b1b2ac105f99cf (patch)
tree80b415d1f1b22ff80822b90bdb2f8b4b2c000faf /hw
parentc7a101f5297442de7cbee44f7a31428f0e85a09f (diff)
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')
-rw-r--r--hw/block/m25p80.c1
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