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.whitefin.cfg b/init.insmod.whitefin.cfg
index 4f63434..aa49c61 100644
--- a/init.insmod.whitefin.cfg
+++ b/init.insmod.whitefin.cfg
@@ -6,10 +6,10 @@
# Load device specific kernel modules
# Modules here will be loaded *after* all common modules
-insmod|/vendor/lib/modules/bcmdhd43752.ko
-insmod|/vendor/lib/modules/snd-soc-cs35l41-i2c.ko
-insmod|/vendor/lib/modules/drv2624.ko
-insmod|/vendor/lib/modules/sec_touch.ko
+modprobe|bcmdhd43752.ko
+modprobe|snd-soc-cs35l41-i2c.ko
+modprobe|drv2624.ko
+modprobe|sec_touch.ko
# All device specific modules loaded
setprop|vendor.device.modules.ready