ramips: rename mtk-hsdma to hsdma-mt7621
authorIlya Lipnitskiy <[email protected]>
Fri, 5 Mar 2021 03:53:21 +0000 (19:53 -0800)
committerPaul Spooren <[email protected]>
Fri, 5 Mar 2021 09:43:02 +0000 (23:43 -1000)
Follows upstream rename:
https://lore.kernel.org/driverdev-devel/20210130034507.2115280[email protected]/

Fixes ramips builds on 5.4.102

Cc: John Audia <[email protected]>
Cc: David Bauer <[email protected]>
Cc: Petr Štetiar <[email protected]>
Signed-off-by: Ilya Lipnitskiy <[email protected]>
target/linux/ramips/modules.mk

index 96e3d91a83568f5a78fb4397ca483893719966ef..6f199c46a225c99c2a7f931f6e90a08af246aa80 100644 (file)
@@ -101,8 +101,8 @@ define KernelPackage/hsdma-mtk
        CONFIG_MTK_HSDMA
   FILES:= \
        $(LINUX_DIR)/drivers/dma/virt-dma.ko \
-       $(LINUX_DIR)/drivers/staging/mt7621-dma/mtk-hsdma.ko
-  AUTOLOAD:=$(call AutoLoad,53,mtk-hsdma)
+       $(LINUX_DIR)/drivers/staging/mt7621-dma/hsdma-mt7621.ko
+  AUTOLOAD:=$(call AutoLoad,53,hsdma-mt7621)
 endef
 
 define KernelPackage/hsdma-mtk/description