Re: [PATCH] hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposure

2020-09-15 Thread Philippe Mathieu-Daudé
ping? On 9/7/20 3:01 AM, Philippe Mathieu-Daudé wrote: > Commit a5d7eb6534a ("Add TSC2301 touchscreen & keypad controller") > added the MouseTransformInfo declaration in "ui/console.h", > however it is only used in "hw/input/tsc2xxx.h". > Reduce the structure exposure by moving it to the single in

[PATCH] hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposure

2020-09-06 Thread Philippe Mathieu-Daudé
Commit a5d7eb6534a ("Add TSC2301 touchscreen & keypad controller") added the MouseTransformInfo declaration in "ui/console.h", however it is only used in "hw/input/tsc2xxx.h". Reduce the structure exposure by moving it to the single include where it is used. This should fix a build failure on Open