Re: [PATCH v4 02/18] ARM: s3c24xx: Use the right include

2023-02-09 Thread Linus Walleij
On Wed, Feb 8, 2023 at 6:39 PM Krzysztof Kozlowski wrote: > On 08/02/2023 18:33, Andy Shevchenko wrote: > > From: Linus Walleij > > > > The file s3c64xx.c is including despite using no > > symbols from the file, however it needs it to implicitly bring in > > of_have_populated_dt() so include

Re: [PATCH v4 02/18] ARM: s3c24xx: Use the right include

2023-02-08 Thread Krzysztof Kozlowski
On 08/02/2023 18:33, Andy Shevchenko wrote: > From: Linus Walleij > > The file s3c64xx.c is including despite using no > symbols from the file, however it needs it to implicitly bring in > of_have_populated_dt() so include explicitly instead. > > Signed-off-by: Linus Walleij > Signed-off-by:

Re: [PATCH v4 02/18] ARM: s3c24xx: Use the right include

2023-02-08 Thread Andy Shevchenko
On Wed, Feb 08, 2023 at 06:39:12PM +0100, Krzysztof Kozlowski wrote: > On 08/02/2023 18:33, Andy Shevchenko wrote: ... > It's not s3c24xx anymore, so subject prefix: > ARM: s3c64xx: Fixed locally, thanks. -- With Best Regards, Andy Shevchenko

Re: [PATCH v4 02/18] ARM: s3c24xx: Use the right include

2023-02-08 Thread Krzysztof Kozlowski
On 08/02/2023 18:33, Andy Shevchenko wrote: > From: Linus Walleij > > The file s3c64xx.c is including despite using no > symbols from the file, however it needs it to implicitly bring in > of_have_populated_dt() so include explicitly instead. > > Signed-off-by: Linus Walleij > Signed-off-by:

[PATCH v4 02/18] ARM: s3c24xx: Use the right include

2023-02-08 Thread Andy Shevchenko
From: Linus Walleij The file s3c64xx.c is including despite using no symbols from the file, however it needs it to implicitly bring in of_have_populated_dt() so include explicitly instead. Signed-off-by: Linus Walleij Signed-off-by: Andy Shevchenko --- arch/arm/mach-s3c/s3c64xx.c | 2 +- 1