Commit 5b9ac6c2 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
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
parents fea17683 9e425971
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");