linux/drivers/pinctrl/tegra
Rob Herring 060f03e954 pinctrl: 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>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Acked-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230714174901.4062397-1-robh@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2023-07-20 21:41:24 +02:00
..
Kconfig pinctrl: tegra: Add Tegra234 pinmux driver 2023-06-09 09:14:44 +02:00
Makefile pinctrl: tegra: Add Tegra234 pinmux driver 2023-06-09 09:14:44 +02:00
pinctrl-tegra-xusb.c pinctrl: tegra: Add missing header(s) 2022-10-24 17:06:47 +03:00
pinctrl-tegra.c pinctrl: tegra: Add support to display pin function 2023-07-20 21:34:53 +02:00
pinctrl-tegra.h pinctrl: tegra: Add support to display pin function 2023-07-20 21:34:53 +02:00
pinctrl-tegra20.c pinctrl: tegra: Duplicate pinmux functions table 2023-06-01 13:17:35 +02:00
pinctrl-tegra30.c pinctrl: tegra: Duplicate pinmux functions table 2023-06-01 13:17:35 +02:00
pinctrl-tegra114.c pinctrl: tegra: Duplicate pinmux functions table 2023-06-01 13:17:35 +02:00
pinctrl-tegra124.c pinctrl: tegra: Duplicate pinmux functions table 2023-06-01 13:17:35 +02:00
pinctrl-tegra194.c pinctrl: Explicitly include correct DT includes 2023-07-20 21:41:24 +02:00
pinctrl-tegra210.c pinctrl: tegra: Duplicate pinmux functions table 2023-06-01 13:17:35 +02:00
pinctrl-tegra234.c pinctrl: tegra: avoid duplicate field initializers 2023-06-19 10:54:35 +02:00