On 08/20/2018 07:11 AM, Peter Maydell wrote: > Create a new include file for the pl022's device struct, > type macros, etc, so that it can be instantiated using > the "embedded struct" coding style. > > While we're adding the new file to MAINTAINERS, add > also the .c file, which was missing an entry. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/ssi/pl022.h | 51 ++++++++++++++++++++++++++++++++++++++++++ > hw/ssi/pl022.c | 26 +-------------------- > MAINTAINERS | 2 ++ > 3 files changed, 54 insertions(+), 25 deletions(-) > create mode 100644 include/hw/ssi/pl022.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~