RE: [PATCH] pwm: Explicitly include correct DT includes
From: <hidden>
Date: 2023-07-17 22:49:33
Also in:
asahi, chrome-platform, linux-amlogic, linux-devicetree, linux-mediatek, linux-mips, linux-pwm, linux-riscv, linux-sunxi, linux-tegra, lkml
Hi,
-----Original Message----- From: Rob Herring <robh@kernel.org> Sent: Saturday, July 15, 2023 2:49 AM To: Thierry Reding <redacted>; Uwe Kleine-König [off-list ref]; Hector Martin [off-list ref]; Sven Peter [off-list ref]; Alyssa Rosenzweig [off-list ref]; Nicolas Ferre [off-list ref]; Alexandre Belloni [off-list ref]; Claudiu Beznea [off-list ref]; Benson Leung [off-list ref]; Guenter Roeck [off-list ref]; Shawn Guo [off-list ref]; Sascha Hauer [off-list ref]; Pengutronix Kernel Team [off-list ref]; Fabio Estevam [off-list ref]; NXP Linux Team [off-list ref]; Paul Cercueil [off-list ref]; Vladimir Zapolskiy [off-list ref]; Neil Armstrong [off-list ref]; Kevin Hilman [off-list ref]; Jerome Brunet [off-list ref]; Martin Blumenstingl [off-list ref]; Conor Dooley [off-list ref]; Daire McNamara [off-list ref]; Matthias Brugger [off-list ref]; AngeloGioacchino Del Regno [off-list ref]; Palmer Dabbelt [off-list ref]; Paul Walmsley [off-list ref]; Michael Walle [off-list ref]; Orson Zhai [off-list ref]; Baolin Wang [off-list ref]; Chunyan Zhang [off-list ref]; Chen-Yu Tsai [off-list ref]; Jernej Skrabec [off-list ref]; Samuel Holland [off-list ref]; Hammer Hsieh [off-list ref]; Jonathan Hunter [off-list ref]; iwamatsu nobuhiro(岩松 信洋 ○DITC□DIT ○OST) [off-list ref] Cc: devicetree@vger.kernel.org; linux-pwm@vger.kernel.org; linux-kernel@vger.kernel.org; asahi@lists.linux.dev; linux-arm-kernel@lists.infradead.org; chrome-platform@lists.linux.dev; linux-mips@vger.kernel.org; linux-amlogic@lists.infradead.org; linux-riscv@lists.infradead.org; linux-mediatek@lists.infradead.org; linux-sunxi@lists.linux.dev; linux-tegra@vger.kernel.org Subject: [PATCH] pwm: Explicitly include correct DT includes The DT of_device.h and of_platform.h date back to the separate of_platform_bus_type before it as 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. As a result, there's a pretty much random mix of those include files used throughout the tree. In order to detangle these headers and replace the implicit includes with struct declarations, users need to explicitly include the correct includes. Signed-off-by: Rob Herring <robh@kernel.org>
For drivers/pwm/pwm-visconti.c: Reviewed-by: Nobuhiro Iwamatsu <redacted> Best regards, Nobuhiro _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel