From: <mar...@us...> - 2007-08-20 15:43:08
|
Revision: 1246 http://hackndev.svn.sourceforge.net/hackndev/?rev=1246&view=rev Author: marex_z71 Date: 2007-08-20 08:43:00 -0700 (Mon, 20 Aug 2007) Log Message: ----------- PalmTX: add missing header to NAND driver Modified Paths: -------------- linux4palm/linux/trunk/drivers/mtd/nand/palmtx.c Modified: linux4palm/linux/trunk/drivers/mtd/nand/palmtx.c =================================================================== --- linux4palm/linux/trunk/drivers/mtd/nand/palmtx.c 2007-08-18 20:22:12 UTC (rev 1245) +++ linux4palm/linux/trunk/drivers/mtd/nand/palmtx.c 2007-08-20 15:43:00 UTC (rev 1246) @@ -25,6 +25,7 @@ #include <asm/io.h> #include <asm/sizes.h> #include <asm/arch/palmtx-gpio.h> +#include <asm/arch/palmtx-init.h> #include <asm/arch/pxa-regs.h> #include <asm/setup.h> #include <asm/memory.h> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |