aboutsummaryrefslogtreecommitdiffstats
diff options
-rw-r--r--staging/staging-rtl8187se-rename-staging-driver-to-avoid-name-conflict-with-mainline-driver.patch2
-rw-r--r--staging/staging-rtl8192u-make-it-compile.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/staging/staging-rtl8187se-rename-staging-driver-to-avoid-name-conflict-with-mainline-driver.patch b/staging/staging-rtl8187se-rename-staging-driver-to-avoid-name-conflict-with-mainline-driver.patch
index edf933a51dd5fe..b28b99d8a14b21 100644
--- a/staging/staging-rtl8187se-rename-staging-driver-to-avoid-name-conflict-with-mainline-driver.patch
+++ b/staging/staging-rtl8187se-rename-staging-driver-to-avoid-name-conflict-with-mainline-driver.patch
@@ -30,8 +30,8 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-obj-$(CONFIG_RTL8187SE) += rtl8187se/
+obj-$(CONFIG_R8187SE) += rtl8187se/
obj-$(CONFIG_RTL8192SU) += rtl8192su/
- obj-$(CONFIG_RTL8192U) += rtl8192u/
obj-$(CONFIG_RTL8192E) += rtl8192e/
+ obj-$(CONFIG_INPUT_MIMIO) += mimio/
--- a/drivers/staging/rtl8187se/Kconfig
+++ b/drivers/staging/rtl8187se/Kconfig
@@ -1,6 +1,7 @@
diff --git a/staging/staging-rtl8192u-make-it-compile.patch b/staging/staging-rtl8192u-make-it-compile.patch
index 1f2e19c1b3115f..ba031c211364ae 100644
--- a/staging/staging-rtl8192u-make-it-compile.patch
+++ b/staging/staging-rtl8192u-make-it-compile.patch
@@ -41,7 +41,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+++ b/drivers/staging/Makefile
@@ -21,6 +21,7 @@ obj-$(CONFIG_PANEL) += panel/
obj-$(CONFIG_ALTERA_PCIE_CHDMA) += altpciechdma/
- obj-$(CONFIG_RTL8187SE) += rtl8187se/
+ obj-$(CONFIG_R8187SE) += rtl8187se/
obj-$(CONFIG_RTL8192SU) += rtl8192su/
+obj-$(CONFIG_RTL8192U) += rtl8192u/
obj-$(CONFIG_RTL8192E) += rtl8192e/