aboutsummaryrefslogtreecommitdiff
path: root/hw/nvram
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-01-04 16:32:23 +0100
committerLaurent Vivier <laurent@vivier.eu>2019-01-09 11:24:35 +0100
commit0cd0589ecf4248c489c2bdbeb1192d16e96d77e1 (patch)
treeb916cf84eb001abfc568e6f60724170aebcace4e /hw/nvram
parent29bc0a6072d30287eee35ae1adf8de0aff0e6d49 (diff)
downloadqemu-0cd0589ecf4248c489c2bdbeb1192d16e96d77e1.zip
qemu-0cd0589ecf4248c489c2bdbeb1192d16e96d77e1.tar.gz
qemu-0cd0589ecf4248c489c2bdbeb1192d16e96d77e1.tar.bz2
trivial: Don't include isa.h if it is not really necessary
These files don't seem to do anything related to ISA directly, so there is no need to include isa.h here. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1546615943-16274-1-git-send-email-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/nvram')
-rw-r--r--hw/nvram/fw_cfg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/nvram/fw_cfg.c b/hw/nvram/fw_cfg.c
index de58c7b..53e8e01 100644
--- a/hw/nvram/fw_cfg.c
+++ b/hw/nvram/fw_cfg.c
@@ -27,7 +27,6 @@
#include "sysemu/sysemu.h"
#include "sysemu/dma.h"
#include "hw/boards.h"
-#include "hw/isa/isa.h"
#include "hw/nvram/fw_cfg.h"
#include "hw/sysbus.h"
#include "trace.h"