Skip to content

Commit

Permalink
m25p80: Remove bogus include of devices.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pete128 authored and stefanhaRH committed Apr 19, 2013
1 parent c7a101f commit ad6b40f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/block/m25p80.c
Expand Up @@ -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
Expand Down

0 comments on commit ad6b40f

Please sign in to comment.