Remove module bits in the auxiliary bus code since the auxiliary bus cannot be built as a module and the relevant code is not needed.
Cc: Dave Ertman <[email protected]> Suggested-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Dave Jiang <[email protected]> --- drivers/base/auxiliary.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/base/auxiliary.c b/drivers/base/auxiliary.c index d8b314e7d0fd..adc199dfba3c 100644 --- a/drivers/base/auxiliary.c +++ b/drivers/base/auxiliary.c @@ -265,8 +265,3 @@ void __init auxiliary_bus_init(void) { WARN_ON(bus_register(&auxiliary_bus_type)); } - -MODULE_LICENSE("GPL v2"); -MODULE_DESCRIPTION("Auxiliary Bus"); -MODULE_AUTHOR("David Ertman <[email protected]>"); -MODULE_AUTHOR("Kiran Patil <[email protected]>");

