TARGET: removed unused parameters
[fw/openocd] / src / target / armv4_5_mmu.h
index 8f540a67b543ab1f7e2c8ce0bc09dff65898d338..24f3993424e71226739152d4270cba03957d183e 100644 (file)
@@ -38,7 +38,7 @@ struct armv4_5_mmu_common
 
 int armv4_5_mmu_translate_va(struct target *target,
                struct armv4_5_mmu_common *armv4_5_mmu, uint32_t va,
-               uint32_t *cb, int *domain, uint32_t *ap, uint32_t *val);
+               uint32_t *cb, uint32_t *val);
 
 int armv4_5_mmu_read_physical(struct target *target,
                struct armv4_5_mmu_common *armv4_5_mmu,