From: Enrico Scholz Date: Fri, 29 Aug 2008 10:59:50 +0000 (+0200) Subject: [MTD] [NAND] pxa3xx_nand: added some 'const' annotations to the exported API X-Git-Tag: v2.6.28-rc1~105^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dad482ed0648a40e403d1ed44e0ea92248632f1;p=pandora-kernel.git [MTD] [NAND] pxa3xx_nand: added some 'const' annotations to the exported API This patch marks some attributes as 'const' which are set only once and never be modified by the driver. There are some changes in parameter list and variable declarations too which mark them as 'const'. Signed-off-by: Enrico Scholz Signed-off-by: David Woodhouse --- Reading git-diff-tree failed