diff options
author | blueswir1 | 2008-10-04 09:22:29 +0200 |
---|---|---|
committer | blueswir1 | 2008-10-04 09:22:29 +0200 |
commit | 2bfdab638a463da3e3a7d399b3bf3162f4ed08df (patch) | |
tree | 251629104153cab9cd64eeb4fed3c3c7f9cce40f /hw/fw_cfg.c | |
parent | Use qemu-log.h (diff) | |
download | qemu-2bfdab638a463da3e3a7d399b3bf3162f4ed08df.tar.gz qemu-2bfdab638a463da3e3a7d399b3bf3162f4ed08df.tar.xz qemu-2bfdab638a463da3e3a7d399b3bf3162f4ed08df.zip |
Move nographic export to sysemu.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5414 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/fw_cfg.c')
-rw-r--r-- | hw/fw_cfg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/fw_cfg.c b/hw/fw_cfg.c index 0012d1010b..4e686702a3 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) |