gpio: ge: Add missing header
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 24 Jul 2023 16:13:15 +0000 (19:13 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 27 Jul 2023 07:32:50 +0000 (09:32 +0200)
commit905c50cd15c1256a869b0a98da5025db0be89b9e
treec3a4a57454e3beed7e378dd608eb729beb26e4c3
parent6b4c76ded3582651afca319f2ca58c22ec908529
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 <rdunlap@infradead.org>
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 <andriy.shevchenko@linux.intel.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-ge.c