Osama Abdelkader <[email protected]> writes: > cpregs.h is included twice. > > Signed-off-by: Osama Abdelkader <[email protected]>
Reviewed-by: Alex Bennée <[email protected]> > --- > target/arm/cpu64.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c > index f81cfd0113..ae84d8e420 100644 > --- a/target/arm/cpu64.c > +++ b/target/arm/cpu64.c > @@ -34,7 +34,6 @@ > #include "hw/qdev-properties.h" > #include "internals.h" > #include "cpu-features.h" > -#include "cpregs.h" > > /* convert between <register>_IDX and SYS_<register> */ > #define DEF(NAME, OP0, OP1, CRN, CRM, OP2) \ -- Alex Bennée Virtualisation Tech Lead @ Linaro
