Re: [PATCH 3/7] ARM: s3c: Remove plat-samsung/.../samsung-time.h

2020-07-29 Thread Krzysztof Kozlowski
On Wed, Jul 29, 2020 at 07:49:02PM +0200, Tomasz Figa wrote: > 2020年7月29日(水) 18:11 Krzysztof Kozlowski : > > > > Remove the arch/arm/plat-samsung/include/plat/samsung-time.h header and > > move the contents to common.h headers in mach-s3c24xx and mach-s3c64xx. > > The definition of declared functio

Re: [PATCH 3/7] ARM: s3c: Remove plat-samsung/.../samsung-time.h

2020-07-29 Thread Tomasz Figa
2020年7月29日(水) 18:11 Krzysztof Kozlowski : > > Remove the arch/arm/plat-samsung/include/plat/samsung-time.h header and > move the contents to common.h headers in mach-s3c24xx and mach-s3c64xx. > The definition of declared functions is already in common.c in mach > directories, so it is logically to

[PATCH 3/7] ARM: s3c: Remove plat-samsung/.../samsung-time.h

2020-07-29 Thread Krzysztof Kozlowski
Remove the arch/arm/plat-samsung/include/plat/samsung-time.h header and move the contents to common.h headers in mach-s3c24xx and mach-s3c64xx. The definition of declared functions is already in common.c in mach directories, so it is logically to put declaration next to them. This is also one step