From 43a347045768ce843987649bafc5bc1dd18d4d0f Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 7 Feb 2010 08:05:03 +0000 Subject: m48t59: don't use reserved _t suffix Signed-off-by: Blue Swirl --- hw/sun4m.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hw/sun4m.c') diff --git a/hw/sun4m.c b/hw/sun4m.c index 85fd632caf..7e26282034 100644 --- a/hw/sun4m.c +++ b/hw/sun4m.c @@ -164,9 +164,9 @@ static int fw_cfg_boot_set(void *opaque, const char *boot_device) return 0; } -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, +static void nvram_init(M48t59State *nvram, uint8_t *macaddr, + const char *cmdline, const char *boot_devices, + ram_addr_t RAM_size, uint32_t kernel_size, int width, int height, int depth, int nvram_machine_id, const char *arch) { -- cgit v1.2.1