diff options
author | Serge Semin <Sergey.Semin@baikalelectronics.ru> | 2021-11-15 19:19:11 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-11-16 15:30:03 +0100 |
commit | a62bacba81c477a6fd8f15da593ad02305a3d6da (patch) | |
tree | e976b6863a9c0cb390367626e9ab59525ae834cc /drivers/spi/spi-dw-bt1.c | |
parent | spi: xlp: Remove Netlogic XLP variants (diff) | |
download | linux-a62bacba81c477a6fd8f15da593ad02305a3d6da.tar.xz linux-a62bacba81c477a6fd8f15da593ad02305a3d6da.zip |
spi: dw: Add a symbols namespace for the core module
The exported from the DW SPI driver core/DMA symbols are only used by the
spi-dw-{mmio,pci,bt1}.o objects. Add these symbols to a separate
namespace then and make sure the depended modules have it imported.
Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20211115181917.7521-2-Sergey.Semin@baikalelectronics.ru
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-dw-bt1.c')
-rw-r--r-- | drivers/spi/spi-dw-bt1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-dw-bt1.c b/drivers/spi/spi-dw-bt1.c index 5be6b7b80c21..ac7e4f30d1da 100644 --- a/drivers/spi/spi-dw-bt1.c +++ b/drivers/spi/spi-dw-bt1.c @@ -339,3 +339,4 @@ module_platform_driver(dw_spi_bt1_driver); MODULE_AUTHOR("Serge Semin <Sergey.Semin@baikalelectronics.ru>"); MODULE_DESCRIPTION("Baikal-T1 System Boot SPI Controller driver"); MODULE_LICENSE("GPL v2"); +MODULE_IMPORT_NS(SPI_DW_CORE); |