projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295abf3
)
Remove static
author
malc
<malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 5 Jul 2008 13:41:04 +0000
(13:41 +0000)
committer
malc
<malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 5 Jul 2008 13:41:04 +0000
(13:41 +0000)
Also avoids GCC warning about old style declaration
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4849
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/dma.c
patch
|
blob
|
history
diff --git
a/hw/dma.c
b/hw/dma.c
index f192c63d1e9df981d9d53eeab56ee821395e35ee..bbdecc5229e05011257f76340af696e764bd5215 100644
(file)
--- a/
hw/dma.c
+++ b/
hw/dma.c
@@
-450,7
+450,7
@@
static int dma_phony_handler (void *opaque, int nchan, int dma_pos, int dma_len)
static void dma_init2(struct dma_cont *d, int base, int dshift,
int page_base, int pageh_base)
{
- const
static
int page_port_list[] = { 0x1, 0x2, 0x3, 0x7 };
+ const int page_port_list[] = { 0x1, 0x2, 0x3, 0x7 };
int i;
d->dshift = dshift;