diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-17 18:03:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-07-17 18:03:41 -0700 |
commit | 5b9ac6c2a735f5b1721e0bc7331f8707190f9ef6 (patch) | |
tree | b4f4072c896144aad7c7b5ecae5f9d2708adae38 | |
parent | fea17683c4fbb06a727cd94abf4c9588a580ab12 (diff) | |
parent | 9e4259716f60c96c069a38e826884ad783dc4eb4 (diff) |
Merge tag 'for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux
Pull hardware timestamp update from Dipen Patel:
- Add module description in hte test to silence modpost warnings
* tag 'for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux:
hte: tegra-194: add missing MODULE_DESCRIPTION() macro
-rw-r--r-- | drivers/hte/hte-tegra194-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hte/hte-tegra194-test.c b/drivers/hte/hte-tegra194-test.c index 8ee038ccf601..df631b5100d2 100644 --- a/drivers/hte/hte-tegra194-test.c +++ b/drivers/hte/hte-tegra194-test.c @@ -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"); |