summaryrefslogtreecommitdiffstats
path: root/hw/fw_cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/fw_cfg.c')
-rw-r--r--hw/fw_cfg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/fw_cfg.c b/hw/fw_cfg.c
index 0012d10..4e68670 100644
--- a/hw/fw_cfg.c
+++ b/hw/fw_cfg.c
@@ -259,7 +259,6 @@ void *fw_cfg_init(uint32_t ctl_port, uint32_t data_port,
{
FWCfgState *s;
int io_ctl_memory, io_data_memory;
- extern int nographic;
s = qemu_mallocz(sizeof(FWCfgState));
if (!s)
OpenPOWER on IntegriCloud