Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

driver core: auxiliary bus: Remove unneeded module bits

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 <david.m.ertman@intel.com>
Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/161307488980.1896017.15627190714413338196.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Dave Jiang and committed by
Greg Kroah-Hartman
bbf44abe 5dd5f934

-5
-5
drivers/base/auxiliary.c
··· 265 265 { 266 266 WARN_ON(bus_register(&auxiliary_bus_type)); 267 267 } 268 - 269 - MODULE_LICENSE("GPL v2"); 270 - MODULE_DESCRIPTION("Auxiliary Bus"); 271 - MODULE_AUTHOR("David Ertman <david.m.ertman@intel.com>"); 272 - MODULE_AUTHOR("Kiran Patil <kiran.patil@intel.com>");