[source] kernel: don't load pcmcia_rsrc in kmod-pcmcia-yenta

LEDE Commits lede-commits at lists.infradead.org
Tue Dec 20 01:35:15 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/a7cacc97357460a51d83abf589a80f6ab1a4d95a

commit a7cacc97357460a51d83abf589a80f6ab1a4d95a
Author: Tomasz Maciej Nowak <tomek_n at o2.pl>
AuthorDate: Sat Dec 17 21:30:42 2016 +0100

    kernel: don't load pcmcia_rsrc in kmod-pcmcia-yenta
    
    Kmod-pcmcia-yenta already depends on kmod-pcmcia-rsrc so there is no
    need to load it second time.
    
    Signen-off-by: Tomasz Maciej Nowak <tomek_n at o2.pl>
---
 package/kernel/linux/modules/pcmcia.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/pcmcia.mk b/package/kernel/linux/modules/pcmcia.mk
index 51668fa..52c115b 100644
--- a/package/kernel/linux/modules/pcmcia.mk
+++ b/package/kernel/linux/modules/pcmcia.mk
@@ -50,7 +50,7 @@ define KernelPackage/pcmcia-yenta
   DEPENDS:=kmod-pcmcia-rsrc
   KCONFIG:=CONFIG_YENTA
   FILES:=$(LINUX_DIR)/drivers/pcmcia/yenta_socket.ko
-  AUTOLOAD:=$(call AutoLoad,41,pcmcia_rsrc yenta_socket)
+  AUTOLOAD:=$(call AutoLoad,41,yenta_socket)
 endef
 
 $(eval $(call KernelPackage,pcmcia-yenta))



More information about the lede-commits mailing list