projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef6e71
)
Remove the unnecessary and only global in musicpal.c
author
Andrzej Zaborowski
<balrog@zabor.org>
Sun, 23 Aug 2009 15:44:20 +0000
(17:44 +0200)
committer
Andrzej Zaborowski
<balrog@zabor.org>
Sun, 23 Aug 2009 15:44:20 +0000
(17:44 +0200)
hw/musicpal.c
patch
|
blob
|
history
diff --git
a/hw/musicpal.c
b/hw/musicpal.c
index 670a704cf0c40a61303fe7f754c6628fe2cc1a61..72d72644e8f0f56c2c9e5aa25e9bc48f5ee54318 100644
(file)
--- 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";