Blame 0069-ARM-make-sure-that-we-get-the-storage-modules-into-t.patch

Harald Hoyer 35271e
From 59aa65c9b26ad5cd8839a52a886723324227e5bc Mon Sep 17 00:00:00 2001
Harald Hoyer 35271e
From: Dennis Gilmore <dennis@ausil.us>
Harald Hoyer 35271e
Date: Thu, 17 May 2012 01:33:17 -0500
Harald Hoyer 35271e
Subject: [PATCH] ARM: make sure that we get the storage modules into the
Harald Hoyer 35271e
 initramfs
Harald Hoyer 35271e
Harald Hoyer 35271e
---
Harald Hoyer 35271e
 modules.d/90kernel-modules/module-setup.sh |    3 +++
Harald Hoyer 35271e
 1 file changed, 3 insertions(+)
Harald Hoyer 35271e
Harald Hoyer 35271e
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
Harald Hoyer 35271e
index b91785e..f4832c4 100755
Harald Hoyer 35271e
--- a/modules.d/90kernel-modules/module-setup.sh
Harald Hoyer 35271e
+++ b/modules.d/90kernel-modules/module-setup.sh
Harald Hoyer 35271e
@@ -35,6 +35,9 @@ installkernel() {
Harald Hoyer 35271e
         hostonly='' instmods pcmcia firewire-ohci
Harald Hoyer 35271e
         hostonly='' instmods usb_storage sdhci sdhci-pci
Harald Hoyer 35271e
 
Harald Hoyer 35271e
+        # arm specific modules
Harald Hoyer 35271e
+        hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap sdhci_dove ahci_platform pata_imx sata_mv
Harald Hoyer 35271e
+
Harald Hoyer 35271e
         # install keyboard support
Harald Hoyer 35271e
         hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd xhci-hcd
Harald Hoyer 35271e
         # install unix socket support