diff options
Diffstat (limited to 'hw/phys-map.c')
-rw-r--r-- | hw/phys-map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/phys-map.c b/hw/phys-map.c index 53b825d..de93bc7 100644 --- a/hw/phys-map.c +++ b/hw/phys-map.c @@ -191,7 +191,7 @@ error: assert(0); } -void phys_map_init(void) +void phys_map_init(unsigned long pvr __unused) { const char *name = "unused"; |