Hi David, Le 22/11/2010 14:59, David Brownell a écrit : > On Mon, 2010-11-22 at 10:58 +0100, Alexis RODET wrote: >> Hello, >> >> there is a problem with the double >> definition of 'struct flash_platform_data' that are incompatible: >> >> in arch/arm/include/asm/mach/flash.h: >> in include/linux/spi/flash.h: >> Both headers are included in a number of machines or driver. > And this patch doesn't touch machine or driver code, so it's incomplete. Look at the patch in previous mail attachment and you'll see it does. 39 files changed, 41 insertions(+), 41 deletions(-) Sorry I didn't put it in message core because I already posted it on linux-mtd@lists.infradead.org. I don't know the good usage. > ISTR the last time this issue was raised, a similar incomplete patch was > proposed. > > How about a patch that does the full rename?? What do you mean ? Renaming 'struct flash_platform_data' from arch/arm/include/asm/mach/flash.h also ? Or moving arch/arm/include/asm/mach/flash.h in common includes ? Alexis