gpiolib: make names array and its values const
authorUwe Kleine-König <[email protected]>
Wed, 26 May 2010 21:42:17 +0000 (14:42 -0700)
committerLinus Torvalds <[email protected]>
Thu, 27 May 2010 16:12:41 +0000 (09:12 -0700)
commit62154991a8b2b932112d39bf4aeaab37fa7b9a31
tree3a66dee35354f8ffe071aa059024d9ae41d3cdaa
parenta80a0bbee49872c296c9ed9d6af0f510fcd825a7
gpiolib: make names array and its values const

gpiolib doesn't need to modify the names and I assume most initializers
use string constants that shouldn't be modified anyhow.

[[email protected]: fix drivers/gpio/cs5535-gpio.c]
Signed-off-by: Uwe Kleine-König <[email protected]>
Cc: Kevin Wells <[email protected]>
Cc: David Brownell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/gpio/cs5535-gpio.c
drivers/gpio/gpiolib.c
drivers/gpio/pca953x.c
include/asm-generic/gpio.h
include/linux/i2c/pca953x.h