linux-stable/drivers/hte
Linus Walleij ca3d1a4b41 hte: tegra-194: Use proper includes
The test driver uses the gpiod consumer API so include the right
<linux/gpio/consumer.h> header. This may cause a problem with
struct of_device_id being implcitly pulled in by the legacy
header <linux/gpio.h> so include <linux/mod_devicetable.h>
explicitly as well.

While at it, drop explicit moduleparam.h (it's included with module.h)
and sort the headers.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Dipen Patel <dipenp@nvidia.com>
Signed-off-by: Dipen Patel <dipenp@nvidia.com>
2023-04-26 15:44:30 -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
hte-tegra194-test.c hte: tegra-194: Use proper includes 2023-04-26 15:44:30 -07:00
hte-tegra194.c hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id() 2023-04-26 15:44:14 -07:00
hte.c hte: Use device_match_of_node() 2023-04-26 15:44:19 -07:00