| 1 | --- a/drivers/mtd/maps/physmap.c |
| 2 | +++ b/drivers/mtd/maps/physmap.c |
| 3 | @@ -78,7 +78,7 @@ static const char *rom_probe_types[] = { |
| 4 | "map_rom", |
| 5 | NULL }; |
| 6 | static const char *part_probe_types[] = { "cmdlinepart", "RedBoot", "afs", |
| 7 | - NULL }; |
| 8 | + "ar7part", NULL }; |
| 9 | |
| 10 | static int physmap_flash_probe(struct platform_device *dev) |
| 11 | { |
| 12 | --- a/drivers/mtd/Makefile |
| 13 | +++ b/drivers/mtd/Makefile |
| 14 | @@ -10,7 +10,7 @@ obj-$(CONFIG_MTD_OF_PARTS) += ofpart.o |
| 15 | obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o |
| 16 | obj-$(CONFIG_MTD_CMDLINE_PARTS) += cmdlinepart.o |
| 17 | obj-$(CONFIG_MTD_AFS_PARTS) += afs.o |
| 18 | -obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o |
| 19 | +obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o titanpart.o |
| 20 | obj-$(CONFIG_MTD_BCM63XX_PARTS) += bcm63xxpart.o |
| 21 | obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o |
| 22 | |
| 23 | |