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-mmio.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-mmio.c')
-rw-r--r-- | drivers/spi/spi-dw-mmio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-dw-mmio.c b/drivers/spi/spi-dw-mmio.c index 3379720cfcb8..c3bacd5a2843 100644 --- a/drivers/spi/spi-dw-mmio.c +++ b/drivers/spi/spi-dw-mmio.c @@ -377,3 +377,4 @@ module_platform_driver(dw_spi_mmio_driver); MODULE_AUTHOR("Jean-Hugues Deschenes <jean-hugues.deschenes@octasic.com>"); MODULE_DESCRIPTION("Memory-mapped I/O interface driver for DW SPI Core"); MODULE_LICENSE("GPL v2"); +MODULE_IMPORT_NS(SPI_DW_CORE); |