ARM: s3c64xx: Use the right include
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 13 Jan 2023 09:56:17 +0000 (10:56 +0100)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 6 Mar 2023 10:33:01 +0000 (12:33 +0200)
commit7a49bfde01961dac9efb734f031f3e77ce537f6d
tree7b3b16e6f6a3469fb413d0ab0a98ba9d81703c77
parentd1143d50073cff1f6dcd4bf62a8eb3852770ae4d
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>
arch/arm/mach-s3c/s3c64xx.c