diff options
Diffstat (limited to 'hw/sun4m.c')
-rw-r--r-- | hw/sun4m.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/sun4m.c b/hw/sun4m.c index 697c76dcd4..079439a46f 100644 --- a/hw/sun4m.c +++ b/hw/sun4m.c @@ -175,8 +175,6 @@ static int nvram_boot_set(void *opaque, const char *boot_device) return 0; } -extern int nographic; - static void nvram_init(m48t59_t *nvram, uint8_t *macaddr, const char *cmdline, const char *boot_devices, ram_addr_t RAM_size, uint32_t kernel_size, |