--- zzzz-none-000/linux-2.6.19.2/include/linux/mtd/nand.h 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/include/linux/mtd/nand.h 2007-08-06 07:41:25.000000000 +0000 @@ -355,7 +355,7 @@ * @priv: [OPTIONAL] pointer to private chip date * @errstat: [OPTIONAL] hardware specific function to perform additional error status checks * (determine if errors are correctable) - * @write_page: [REPLACEABLE] High-level page write function + * @write_page [REPLACEABLE] High-level page write function */ struct nand_chip { @@ -418,6 +418,7 @@ /* * NAND Flash Manufacturer ID Codes */ +#define NAND_MFR_SPANSION 0x01 #define NAND_MFR_TOSHIBA 0x98 #define NAND_MFR_SAMSUNG 0xec #define NAND_MFR_FUJITSU 0x04 @@ -458,6 +459,7 @@ }; extern struct nand_flash_dev nand_flash_ids[]; +extern struct nand_flash_dev nand_flash_spansion_ids[]; extern struct nand_manufacturers nand_manuf_ids[]; /**