OSDN Git Service

bus: tegra-gmi: Replace of_platform.h with explicit includes
authorRob Herring <robh@kernel.org>
Mon, 10 Apr 2023 23:27:35 +0000 (18:27 -0500)
committerRob Herring <robh@kernel.org>
Fri, 21 Apr 2023 14:20:56 +0000 (09:20 -0500)
commit1c5e9170ad93d3bd62a7ed8380e60b62c88b90a8
tree2425521276f71bcc4696bfb199fa574a720d7d7b
parent3714c8d480964ca449bbe881f70b31f1bf7b428a
bus: tegra-gmi: Replace of_platform.h with explicit includes

Tegra-gmi doesn't use anything from of_platform.h, but depends on
of.h, of_device.h, and platform_device.h which are all implicitly
included, but that is going to be removed soon.

Link: https://lore.kernel.org/r/20230410232735.1562296-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/bus/tegra-gmi.c