On 5/19/21 2:03 AM, [email protected] wrote: > From: Corey Minyard <[email protected]> > > It's an adc, put it where it belongs. > > Cc: Andrzej Zaborowski <[email protected]> > Cc: Peter Maydell <[email protected]> > Cc: [email protected] > Signed-off-by: Corey Minyard <[email protected]> > --- > MAINTAINERS | 4 ++-- > hw/adc/Kconfig | 3 +++ > hw/{misc => adc}/max111x.c | 2 +- > hw/adc/meson.build | 3 ++- > hw/arm/spitz.c | 2 +- > hw/misc/Kconfig | 3 --- > hw/misc/meson.build | 1 - > include/hw/{misc => adc}/max111x.h | 0 > 8 files changed, 9 insertions(+), 9 deletions(-) > rename hw/{misc => adc}/max111x.c (99%) > rename include/hw/{misc => adc}/max111x.h (100%)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Tested-by: Philippe Mathieu-Daudé <[email protected]>
