aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mcb/mcb-pci.c
diff options
context:
space:
mode:
authorJohannes Thumshirn <jthumshirn@suse.de>2019-10-16 12:01:58 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-03 19:54:53 +0100
commit891e60368ba1840c1b8bbc72beb1da0dae289430 (patch)
tree1d1be751b42cbfe4dc427c69584badd815aff600 /drivers/mcb/mcb-pci.c
parentMerge 5.4-rc5 into char-misc-next (diff)
downloadlinux-dev-891e60368ba1840c1b8bbc72beb1da0dae289430.tar.xz
linux-dev-891e60368ba1840c1b8bbc72beb1da0dae289430.zip
drivers: mcb: use symbol namespaces
Now that we have symbol namespaces, use them in MCB to not pollute the default namespace with MCB internals. Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Jessica Yu <jeyu@kernel.org> Reviewed-by: Michael Moese <mmoese@suse.de> Link: https://lore.kernel.org/r/20191016100158.1400-1-jthumshirn@suse.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mcb/mcb-pci.c')
-rw-r--r--drivers/mcb/mcb-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mcb/mcb-pci.c b/drivers/mcb/mcb-pci.c
index 14866aa22f75..dc88232d9af8 100644
--- a/drivers/mcb/mcb-pci.c
+++ b/drivers/mcb/mcb-pci.c
@@ -131,3 +131,4 @@ module_pci_driver(mcb_pci_driver);
MODULE_AUTHOR("Johannes Thumshirn <johannes.thumshirn@men.de>");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("MCB over PCI support");
+MODULE_IMPORT_NS(MCB);