aboutsummaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'init.d')
-rw-r--r--init.d/procfs.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in
index 24dbfaf0..dfe58cb6 100644
--- a/init.d/procfs.in
+++ b/init.d/procfs.in
@@ -13,11 +13,6 @@ depend()
start()
{
- # Make sure we insert usbcore if it's a module
- if [ -f /proc/modules -a ! -d /sys/module/usbcore -a ! -d /proc/bus/usb ]; then
- modprobe -q usbcore
- fi
-
# Setup Kernel Support for miscellaneous Binary Formats
if [ -d /proc/sys/fs/binfmt_misc -a ! -e /proc/sys/fs/binfmt_misc/register ]; then
if grep -qs binfmt_misc /proc/filesystems; then