qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 13f59cb] Remove the unnecessary and only global i


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 13f59cb] Remove the unnecessary and only global in musicpal.c
Date: Sun, 23 Aug 2009 16:27:35 -0000

From: Andrzej Zaborowski <address@hidden>


diff --git a/hw/musicpal.c b/hw/musicpal.c
index 670a704..72d7264 100644
--- a/hw/musicpal.c
+++ b/hw/musicpal.c
@@ -66,8 +66,6 @@
 #define MP_RTC_IRQ              28
 #define MP_AUDIO_IRQ            30
 
-static ram_addr_t sram_off;
-
 /* Wolfson 8750 I2C address */
 #define MP_WM_ADDR              0x34
 
@@ -1286,6 +1284,7 @@ static void musicpal_init(ram_addr_t ram_size,
     int i;
     unsigned long flash_size;
     DriveInfo *dinfo;
+    ram_addr_t sram_off;
 
     if (!cpu_model)
         cpu_model = "arm926";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]