On Wed, Aug 22, 2007 at 10:19:21AM -0500, Kumar Gala wrote: > ./drivers/mtd/maps/tqm834x.c:#include <asm/ppcboot.h> > ./drivers/mtd/maps/pq2fads.c:#include <asm/ppcboot.h> These use the bd_t, and thus will only work on arch/ppc. On arch/powerpc, we can use the device tree to specify the mapping. -Scott