From ad6b40f471cf8bf7b106032145b1b2ac105f99cf Mon Sep 17 00:00:00 2001 From: Peter Crosthwaite Date: Fri, 19 Apr 2013 12:18:05 +1000 Subject: [PATCH] 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 Signed-off-by: Stefan Hajnoczi --- hw/block/m25p80.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.0