OSDN Git Service

Revert "init.sh: load f2fs module manually" android-x86-6.0-r3
authorChih-Wei Huang <cwhuang@linux.org.tw>
Sat, 25 Mar 2017 14:50:40 +0000 (22:50 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sat, 25 Mar 2017 14:50:40 +0000 (22:50 +0800)
This reverts commit 17ef541c44d4b432c3d6a8938e20dd51e4749635.

init.sh

diff --git a/init.sh b/init.sh
index dfe465a..16d5719 100644 (file)
--- a/init.sh
+++ b/init.sh
@@ -21,9 +21,6 @@ function init_misc()
 
        # in case no cpu governor driver autoloads
        [ -d /sys/devices/system/cpu/cpu0/cpufreq ] || modprobe acpi-cpufreq
-
-       # for vold f2fs support
-       modprobe f2fs
 }
 
 function init_hal_audio()