External email: Use caution opening links or attachmentsyes these can be removed
24.04.2020 06:55, Sowjanya Komatineni ÐÐÑÐÑ:
Is this driver compiled as a single kernel module file?
+MODULE_AUTHOR("Sowjanya Komatineni <skomatineni@xxxxxxxxxx>");...
+MODULE_DESCRIPTION("NVIDIA Tegra CSI Device Driver");
+MODULE_LICENSE("GPL v2");
+MODULE_AUTHOR("Sowjanya Komatineni <skomatineni@xxxxxxxxxx>");I don't think that these macros are needed in that case.
+MODULE_DESCRIPTION("NVIDIA Tegra Video Input Device Driver");
+MODULE_LICENSE("GPL v2");
The video.c should be enough, isn't it?