diff options
author | Corey Minyard <cminyard@mvista.com> | 2021-05-18 15:54:52 -0500 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2021-06-17 07:10:32 -0500 |
commit | 58f3e3fe69a66a5c27675faf3e7afa52e027e621 (patch) | |
tree | d7c4338e970f4911b123b6aa51b247a5a33f600f /hw/arm/spitz.c | |
parent | 246f530cdb5a93b5da6db2c2fb00549b4081d943 (diff) | |
download | qemu-58f3e3fe69a66a5c27675faf3e7afa52e027e621.zip qemu-58f3e3fe69a66a5c27675faf3e7afa52e027e621.tar.gz qemu-58f3e3fe69a66a5c27675faf3e7afa52e027e621.tar.bz2 |
adc: Move the max111x driver to the adc directory
It's an adc, put it where it belongs.
Cc: Andrzej Zaborowski <balrogg@gmail.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-arm@nongnu.org
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/arm/spitz.c')
-rw-r--r-- | hw/arm/spitz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/spitz.c b/hw/arm/spitz.c index b45a929..0e26261 100644 --- a/hw/arm/spitz.c +++ b/hw/arm/spitz.c @@ -30,7 +30,7 @@ #include "audio/audio.h" #include "hw/boards.h" #include "hw/sysbus.h" -#include "hw/misc/max111x.h" +#include "hw/adc/max111x.h" #include "migration/vmstate.h" #include "exec/address-spaces.h" #include "cpu.h" |