init.insmod.*.cfg: Migrate from insmod to modprobe
modprobe is smarter about locating .ko files if they are stored in
subdirectories. For example, it finds heatmap.ko regardless of whether
it's stored in /vendor/lib/modules/heatmap.ko or
/vendor/lib/modules/extra/heatmap.ko. modprobe also loads all
dependencies automatically. Let's migrate from insmod to modprobe.
Bug: 185184472
Change-Id: I439fdc76fb6211b416541256c92169da12b0100d
diff --git a/init.insmod.raven.cfg b/init.insmod.raven.cfg
index a4a0e35..cdbf3f7 100644
--- a/init.insmod.raven.cfg
+++ b/init.insmod.raven.cfg
@@ -6,7 +6,7 @@
# Load device specific kernel modules
# Modules here will be loaded *after* all common modules
-insmod|/vendor/lib/modules/bcmdhd4389.ko
+modprobe|bcmdhd4389.ko
modprobe|sec_touch.ko
# All device specific modules loaded