diff options
| author | Abhijit Gangurde <[email protected]> | 2023-10-17 16:05:01 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-10-27 11:23:24 +0000 |
| commit | e3ed12f37e261a0b35cf0b4ae505adf7ea0f48ec (patch) | |
| tree | 59bd70117f7bdd280b7e7564063da37dad2cbca0 /drivers/cdx/controller/cdx_controller.c | |
| parent | cdx: Introduce lock to protect controller ops (diff) | |
| download | kernel-e3ed12f37e261a0b35cf0b4ae505adf7ea0f48ec.tar.gz kernel-e3ed12f37e261a0b35cf0b4ae505adf7ea0f48ec.zip | |
cdx: Create symbol namespaces for cdx subsystem
Create CDX_BUS and CDX_BUS_CONTROLLER symbol namespace for cdx bus
subsystem. CDX controller modules are required to import symbols from
CDX_BUS_CONTROLLER namespace and other than controller modules to
import from CDX_BUS namespace.
Signed-off-by: Abhijit Gangurde <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/cdx/controller/cdx_controller.c')
| -rw-r--r-- | drivers/cdx/controller/cdx_controller.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cdx/controller/cdx_controller.c b/drivers/cdx/controller/cdx_controller.c index bb4ae7970e21..3f86663fbacf 100644 --- a/drivers/cdx/controller/cdx_controller.c +++ b/drivers/cdx/controller/cdx_controller.c @@ -229,3 +229,4 @@ module_exit(cdx_controller_exit); MODULE_AUTHOR("AMD Inc."); MODULE_DESCRIPTION("CDX controller for AMD devices"); MODULE_LICENSE("GPL"); +MODULE_IMPORT_NS(CDX_BUS_CONTROLLER); |
