On 2/11/2021 12:44 AM, Greg KH wrote:
On Wed, Feb 10, 2021 at 01:16:11PM -0700, Dave Jiang wrote:MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("Auxiliary Bus"); MODULE_AUTHOR("David Ertman <david.m.ert...@intel.com>");As this code can not be built as a module, can you remove these lines as well? I don't think they do anything, and were never needed.
Ok I will remove them.
thanks, greg k-h