Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.infradead.org/~dwmw2/mtd-2.6.23

* git://git.infradead.org/~dwmw2/mtd-2.6.23:
[MTD] Makefile fix for mtdsuper

+1 -5
+1 -1
drivers/mtd/Makefile
··· 3 3 # 4 4 5 5 # Core functionality. 6 + obj-$(CONFIG_MTD) += mtd.o 6 7 mtd-y := mtdcore.o mtdsuper.o 7 8 mtd-$(CONFIG_MTD_PARTITIONS) += mtdpart.o 8 - obj-$(CONFIG_MTD) += $(mtd-y) 9 9 10 10 obj-$(CONFIG_MTD_CONCAT) += mtdconcat.o 11 11 obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o
-4
drivers/mtd/mtdpart.c
··· 560 560 EXPORT_SYMBOL_GPL(parse_mtd_partitions); 561 561 EXPORT_SYMBOL_GPL(register_mtd_parser); 562 562 EXPORT_SYMBOL_GPL(deregister_mtd_parser); 563 - 564 - MODULE_LICENSE("GPL"); 565 - MODULE_AUTHOR("Nicolas Pitre <nico@cam.org>"); 566 - MODULE_DESCRIPTION("Generic support for partitioning of MTD devices");