OSDN Git Service

Revert "init.sh: load f2fs module manually"
[android-x86/device-generic-common.git] / 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()