Re: [PATCH] input/adb: Only include where needed

2022-02-05 Thread Philippe Mathieu-Daudé via
On 5/2/22 12:02, Mark Cave-Ayland wrote: On 27/01/2022 23:39, BALATON Zoltan wrote: On Mon, 5 Jul 2021, BALATON Zoltan wrote: The header hw/input/adb.h is included by some files that don't need it. Clean it up and include only where necessary. When you're touching mos6522, I've also have thi

Re: [PATCH] input/adb: Only include where needed

2022-02-05 Thread Mark Cave-Ayland
On 27/01/2022 23:39, BALATON Zoltan wrote: On Mon, 5 Jul 2021, BALATON Zoltan wrote: The header hw/input/adb.h is included by some files that don't need it. Clean it up and include only where necessary. When you're touching mos6522, I've also have this patch that cleans up includes that's so

Re: [PATCH] input/adb: Only include where needed

2022-01-27 Thread BALATON Zoltan
On Mon, 5 Jul 2021, BALATON Zoltan wrote: The header hw/input/adb.h is included by some files that don't need it. Clean it up and include only where necessary. When you're touching mos6522, I've also have this patch that cleans up includes that's somewhat related to mos6522 so you could consid

[PATCH] input/adb: Only include where needed

2021-07-05 Thread BALATON Zoltan
The header hw/input/adb.h is included by some files that don't need it. Clean it up and include only where necessary. Signed-off-by: BALATON Zoltan --- hw/misc/macio/cuda.c | 2 -- hw/misc/macio/pmu.c | 3 --- hw/misc/mos6522.c| 1 - hw/ppc/mac.h | 2