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 <[email protected]>");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. thanks, greg k-h

