From f89af66c99255c4ebc48ab57a4091db102f14e5c Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Sat, 25 Mar 2017 22:50:40 +0800 Subject: [PATCH] Revert "init.sh: load f2fs module manually" This reverts commit 17ef541c44d4b432c3d6a8938e20dd51e4749635. --- init.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.sh b/init.sh index dfe465a..16d5719 100644 --- 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() -- 2.11.0