mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
6680c835ad
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:
|
||
---|---|---|
.. | ||
hte-tegra194-test.c | ||
hte-tegra194.c | ||
hte.c | ||
Kconfig | ||
Makefile |