diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-28 11:54:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-28 11:54:20 +0000 |
commit | 6ff3e61cf7d3d88eaa57304847d625197423012e (patch) | |
tree | ca95e5648c088907f4585d155bad0f0b4618f649 /target/linux/xburst/patches-2.6.32/101-mmc.patch | |
parent | b5bc4523087c81a5f36fdc5ecec36788ee62b9ba (diff) | |
download | mtk-20170518-6ff3e61cf7d3d88eaa57304847d625197423012e.zip mtk-20170518-6ff3e61cf7d3d88eaa57304847d625197423012e.tar.gz mtk-20170518-6ff3e61cf7d3d88eaa57304847d625197423012e.tar.bz2 |
kernel: update to 2.6.32.6
SVN-Revision: 19358
Diffstat (limited to 'target/linux/xburst/patches-2.6.32/101-mmc.patch')
-rw-r--r-- | target/linux/xburst/patches-2.6.32/101-mmc.patch | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/xburst/patches-2.6.32/101-mmc.patch b/target/linux/xburst/patches-2.6.32/101-mmc.patch index 2a7f2fe..edac9df 100644 --- a/target/linux/xburst/patches-2.6.32/101-mmc.patch +++ b/target/linux/xburst/patches-2.6.32/101-mmc.patch @@ -8,8 +8,6 @@ Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/101-mm drivers/mmc/host/Makefile | 1 + 2 files changed, 10 insertions(+), 0 deletions(-) -diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig -index 432ae83..16e0cb9 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -66,6 +66,15 @@ config MMC_RICOH_MMC @@ -28,8 +26,6 @@ index 432ae83..16e0cb9 100644 To compile this driver as a module, choose M here: the module will be called ricoh_mmc. -diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile -index abcb040..b5cbeb5 100644 --- a/drivers/mmc/host/Makefile +++ b/drivers/mmc/host/Makefile @@ -6,6 +6,7 @@ ifeq ($(CONFIG_MMC_DEBUG),y) @@ -40,6 +36,3 @@ index abcb040..b5cbeb5 100644 obj-$(CONFIG_MMC_ARMMMCI) += mmci.o obj-$(CONFIG_MMC_PXA) += pxamci.o obj-$(CONFIG_MMC_IMX) += imxmmc.o --- -1.5.6.5 - |