| Submitter | Alexander Graf |
|---|---|
| Date | March 15, 2012, 12:14 p.m. |
| Message ID | <1331813662-15141-4-git-send-email-agraf@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/146935/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/ppce500_spin.c b/hw/ppce500_spin.c index 268f5fd..960b7b0 100644 --- a/hw/ppce500_spin.c +++ b/hw/ppce500_spin.c @@ -182,7 +182,7 @@ static uint64_t spin_read(void *opaque, target_phys_addr_t addr, unsigned len) } } -const MemoryRegionOps spin_rw_ops = { +static const MemoryRegionOps spin_rw_ops = { .read = spin_read, .write = spin_write, .endianness = DEVICE_BIG_ENDIAN,