On Wed, Feb 8, 2023 at 6:39 PM Krzysztof Kozlowski
<krzysztof.kozlowski@xxxxxxxxxx> wrote:
On 08/02/2023 18:33, Andy Shevchenko wrote:
From: Linus Walleij <linus.walleij@xxxxxxxxxx>
The file s3c64xx.c is including <linux/gpio.h> despite using no
symbols from the file, however it needs it to implicitly bring in
of_have_populated_dt() so include <linux/of.h> explicitly instead.
Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
---
arch/arm/mach-s3c/s3c64xx.c | 2 +-
It's not s3c24xx anymore, so subject prefix:
ARM: s3c64xx:
My mistake, mea culpa.
Yours,
Linus Walleij