Re: [2.6 patch] add missing dependencies on MTD_PARTITIONS

From: Michael S. Tsirkin
Date: Mon Dec 27 2004 - 19:06:56 EST


Hello!
Quoting r. Adrian Bunk (bunk@xxxxxxxxx) "[2.6 patch] add missing dependencies on MTD_PARTITIONS":
> The patch below fixes them.
>
> Please tell whether this fixes the problems you observed.

I have 2.6.10 so the patch didnt apply, with this reject:

***************
*** 198,204 ****

config MTD_NAND_NANDSIM
bool "Support for NAND Flash Simulator"
- depends on MTD_NAND

help
The simulator may simulate verious NAND flash chips for the
--- 198,204 ----

config MTD_NAND_NANDSIM
bool "Support for NAND Flash Simulator"
+ depends on MTD_NAND && MTD_PARTITIONS

help
The simulator may simulate verious NAND flash chips for the


However, MTD_NAND_NANDSIM simply does not seem to be there in 2.6.10,
so thats probably ok.
Otherwise the problem is fixed.
I'd like to understand, why arent other map devices that seem to call
del_mtd_partitions, missing this symbol?

Thanks,
mst
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/