blob: 1b1662e9633964db24706463f5465b8f74f05c43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Index: linux-2.6.15gum/drivers/mtd/Kconfig
===================================================================
--- linux-2.6.15gum.orig/drivers/mtd/Kconfig
+++ linux-2.6.15gum/drivers/mtd/Kconfig
@@ -271,7 +271,5 @@ source "drivers/mtd/devices/Kconfig"
source "drivers/mtd/nand/Kconfig"
-source "drivers/mtd/onenand/Kconfig"
-
endmenu
Index: linux-2.6.15gum/drivers/mtd/Makefile
===================================================================
--- linux-2.6.15gum.orig/drivers/mtd/Makefile
+++ linux-2.6.15gum/drivers/mtd/Makefile
@@ -25,4 +25,4 @@ obj-$(CONFIG_RFD_FTL) += rfd_ftl.o mtd_
nftl-objs := nftlcore.o nftlmount.o
inftl-objs := inftlcore.o inftlmount.o
-obj-y += chips/ maps/ devices/ nand/ onenand/
+obj-y += chips/ maps/ devices/ nand/
|