Re: [PATCH 04/13] hw/timer/allwinner: Move definitions from header to source

2019-12-20 Thread Niek Linnenbank
On Thu, Dec 19, 2019 at 7:51 PM Philippe Mathieu-Daudé wrote: > These definitions are only used in the implementation, thus don't > need to be exported. Move them in the source file. > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/hw/timer/allwinner-a10-pit.h | 28

[PATCH 04/13] hw/timer/allwinner: Move definitions from header to source

2019-12-19 Thread Philippe Mathieu-Daudé
These definitions are only used in the implementation, thus don't need to be exported. Move them in the source file. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/timer/allwinner-a10-pit.h | 28 -- hw/timer/allwinner-a10-pit.c | 30 +