From: Jesper Nilsson Date: Fri, 8 Feb 2008 09:24:41 +0000 (+0100) Subject: CRIS v32: Clean up nandflash.c for ARTPEC-3 and ETRAX FS. X-Git-Tag: v2.6.25-rc1~40^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f68ff9ee9ecae38a3b0bb3b9c4799cded19b27c;p=pandora-kernel.git CRIS v32: Clean up nandflash.c for ARTPEC-3 and ETRAX FS. Clean up issues noticed by Andrew Morton: - Use a combined struct for allocating the mtd_info and nand_chip structs instead of using anonymous memory as the example in Documentation/DocBook/mtdnand.tmpl - Use kzalloc instead of using kmalloc/memset(0) - Make crisv32_device_ready static. --- Reading git-diff-tree failed