diff options
| author | Johan Hovold <johan@kernel.org> | 2025-11-20 12:45:20 +0100 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2025-11-21 17:42:51 +0530 |
| commit | 73b77c3d80031b4636a24912962ffeb295438b0a (patch) | |
| tree | 323df6a5c07202ff94e9fad294d4b80a0147671b | |
| parent | 9180a66fb43214ae02311176e43eec361ff80d67 (diff) | |
dmaengine: k3dma: drop unused module alias
The driver has never supported anything but OF probe so drop the unused
platform module alias.
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20251120114524.8431-6-johan@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
| -rw-r--r-- | drivers/dma/k3dma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/k3dma.c b/drivers/dma/k3dma.c index acc2983e28e0..0f9cd7815f88 100644 --- a/drivers/dma/k3dma.c +++ b/drivers/dma/k3dma.c @@ -1034,5 +1034,4 @@ static struct platform_driver k3_pdma_driver = { module_platform_driver(k3_pdma_driver); MODULE_DESCRIPTION("HiSilicon k3 DMA Driver"); -MODULE_ALIAS("platform:k3dma"); MODULE_LICENSE("GPL v2"); |
