From: Rob Herring Date: Thu, 7 Dec 2023 16:26:30 +0000 (-0600) Subject: serial: esp32_acm: Add explicit platform_device.h include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2600d9939440d608e1c8128e9e47e7948c024442;p=linux.git serial: esp32_acm: Add explicit platform_device.h include The DT of_device.h and of_platform.h date back to the separate of_platform_bus_type before it was merged into the regular platform bus. As part of that merge prepping Arm DT support 13 years ago, they "temporarily" include each other. They also include platform_device.h and of.h. Soon the implicit includes are going to be removed. Signed-off-by: Rob Herring Link: https://lore.kernel.org/r/20231207162632.2650356-1-robh@kernel.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/esp32_acm.c b/drivers/tty/serial/esp32_acm.c index a4cbaedb51702..d4e8bdb1cdef1 100644 --- a/drivers/tty/serial/esp32_acm.c +++ b/drivers/tty/serial/esp32_acm.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include