[MTD] [NAND] pxa3xx_nand: added some 'const' annotations to the exported API
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Fri, 29 Aug 2008 10:59:50 +0000 (12:59 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 1 Sep 2008 20:37:51 +0000 (21:37 +0100)
commit7dad482ed0648a40e403d1ed44e0ea92248632f1
tree609b0663fa6d240b19aaed3bc89ce598fff83513
parent80ebf20f34c30760cfba7b5e0a418241181d2cd9
[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 <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
arch/arm/mach-pxa/include/mach/pxa3xx_nand.h
drivers/mtd/nand/pxa3xx_nand.c