On 08/02/2017 09:44 AM, Peter Maydell wrote: > The armv7m_nvic.h header file was accidentally placed in > include/hw/arm; move it to include/hw/intc to match where > its corresponding .c file lives. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/intc/armv7m_nvic.c | 2 +- > include/hw/arm/armv7m.h | 2 +- > include/hw/{arm => intc}/armv7m_nvic.h | 0 > 3 files changed, 2 insertions(+), 2 deletions(-) > rename include/hw/{arm => intc}/armv7m_nvic.h (100%)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~