From: Andy Shevchenko Date: Mon, 24 Jul 2023 16:13:15 +0000 (+0300) Subject: gpio: ge: Add missing header X-Git-Tag: v6.6.7~2081^2~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=905c50cd15c1256a869b0a98da5025db0be89b9e;p=platform%2Fkernel%2Flinux-starfive.git gpio: ge: Add missing header Add missing platform_device.h that used to be implied by of_device.h. While at it, sort headers alphabetically for better maintenance. Reported-by: Randy Dunlap Fixes: e91d0f05e66a ("gpio: Explicitly include correct DT includes") Closes: https://lore.kernel.org/r/65b4ac1a-1128-6e2a-92c0-9bbcca4b760a@infradead.org Signed-off-by: Andy Shevchenko Reviewed-by: Rob Herring Acked-by: Randy Dunlap Tested-by: Randy Dunlap # build-tested Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-ge.c b/drivers/gpio/gpio-ge.c index 4eecbc8..ecadb81 100644 --- a/drivers/gpio/gpio-ge.c +++ b/drivers/gpio/gpio-ge.c @@ -17,13 +17,14 @@ * the I/O interrupt controllers mask to stop them propergating */ -#include +#include #include -#include -#include -#include +#include #include -#include +#include +#include +#include +#include #define GEF_GPIO_DIRECT 0x00 #define GEF_GPIO_IN 0x04