diff options
author | Johannes Thumshirn <jthumshirn@suse.de> | 2019-10-16 12:01:58 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-03 19:54:53 +0100 |
commit | 891e60368ba1840c1b8bbc72beb1da0dae289430 (patch) | |
tree | 1d1be751b42cbfe4dc427c69584badd815aff600 /drivers/mcb/mcb-lpc.c | |
parent | da80d2e516eb858eb5bcca7fa5f5a13ed86930e4 (diff) | |
download | lwn-891e60368ba1840c1b8bbc72beb1da0dae289430.tar.gz lwn-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-lpc.c')
-rw-r--r-- | drivers/mcb/mcb-lpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mcb/mcb-lpc.c b/drivers/mcb/mcb-lpc.c index 8f1bde437a7e..506676754538 100644 --- a/drivers/mcb/mcb-lpc.c +++ b/drivers/mcb/mcb-lpc.c @@ -168,3 +168,4 @@ module_exit(mcb_lpc_exit); MODULE_AUTHOR("Andreas Werner <andreas.werner@men.de>"); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("MCB over LPC support"); +MODULE_IMPORT_NS(MCB); |