linux/drivers/hte
Arnd Bergmann 6680c835ad hte: tegra: fix 'struct of_device_id' build error
Without the extra #include, this driver produces a build failure
in some configurations.

drivers/hte/hte-tegra194-test.c:96:34: error: array type has incomplete element type 'struct of_device_id'
   96 | static const struct of_device_id tegra_hte_test_of_match[] = {

Fixes: 9a75a7cd03 ("hte: Add Tegra HTE test driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Dipen Patel <dipenp@nvidia.com>
Signed-off-by: Dipen Patel <dipenp@nvidia.com>
2023-04-26 15:44:06 -07:00
..
hte-tegra194-test.c hte: tegra: fix 'struct of_device_id' build error 2023-04-26 15:44:06 -07:00
hte-tegra194.c hte: handle nvidia,gpio-controller property 2023-04-26 15:43:42 -07:00
hte.c hte: Use of_property_present() for testing DT property presence 2023-04-26 15:43:57 -07:00
Kconfig hte: Add Tegra HTE test driver 2022-05-04 11:06:14 +02:00
Makefile hte: Add Tegra HTE test driver 2022-05-04 11:06:14 +02:00