summaryrefslogtreecommitdiff
path: root/drivers/mfd/intel-m10-bmc-spi.c
diff options
context:
space:
mode:
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>2023-04-17 12:26:50 +0300
committerLee Jones <lee@kernel.org>2023-06-15 09:19:36 +0100
commitb3ecc7f3830ab628a7799c7667d69613e0de4dd8 (patch)
tree959c8561c09d4b12a3947a4fadb3e15849b805df /drivers/mfd/intel-m10-bmc-spi.c
parent425f6a45769daa4d4388e2abca3089bb9f0f7000 (diff)
mfd: intel-m10-bmc: Move core symbols to own namespace
Create INTEL_M10_BMC_CORE namespace for symbols exported by intel-m10-bmc-core. Reviewed-by: Russ Weight <russell.h.weight@intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Reviewed-by: Xu Yilun <yilun.xu@intel.com> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20230417092653.16487-2-ilpo.jarvinen@linux.intel.com
Diffstat (limited to 'drivers/mfd/intel-m10-bmc-spi.c')
-rw-r--r--drivers/mfd/intel-m10-bmc-spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/intel-m10-bmc-spi.c b/drivers/mfd/intel-m10-bmc-spi.c
index 957200e17fed..edd266557ab9 100644
--- a/drivers/mfd/intel-m10-bmc-spi.c
+++ b/drivers/mfd/intel-m10-bmc-spi.c
@@ -166,3 +166,4 @@ MODULE_DESCRIPTION("Intel MAX 10 BMC SPI bus interface");
MODULE_AUTHOR("Intel Corporation");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("spi:intel-m10-bmc");
+MODULE_IMPORT_NS(INTEL_M10_BMC_CORE);