mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
sh7750: Remove redundant 'struct' from MemoryRegionOps
The 'struct' is not needed, and all other MemoryRegionOps don't use it. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
e32605062c
commit
12f30833b9
2 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ static void sh_intc_write(void *opaque, target_phys_addr_t offset,
|
|||
#endif
|
||||
}
|
||||
|
||||
static const struct MemoryRegionOps sh_intc_ops = {
|
||||
static const MemoryRegionOps sh_intc_ops = {
|
||||
.read = sh_intc_read,
|
||||
.write = sh_intc_write,
|
||||
.endianness = DEVICE_NATIVE_ENDIAN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue