Home
last modified time | relevance | path

Searched hist:"7 a49bfde01961dac9efb734f031f3e77ce537f6d" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mach-s3c/
H A Ds3c64xx.cdiff 7a49bfde01961dac9efb734f031f3e77ce537f6d Fri Jan 13 10:56:17 CET 2023 Linus Walleij <linus.walleij@linaro.org> ARM: s3c64xx: Use the right include

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@linaro.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>