mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
hte: tegra-194: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hte/hte-tegra194-test.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Acked-by: Dipen Patel <dipenp@nvidia.com> Signed-off-by: Dipen Patel <dipenp@nvidia.com>
This commit is contained in:
parent
1613e604df
commit
9e4259716f
|
|
@ -235,4 +235,5 @@ static struct platform_driver tegra_hte_test_driver = {
|
|||
module_platform_driver(tegra_hte_test_driver);
|
||||
|
||||
MODULE_AUTHOR("Dipen Patel <dipenp@nvidia.com>");
|
||||
MODULE_DESCRIPTION("NVIDIA Tegra HTE (Hardware Timestamping Engine) test driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user