]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/video/backlight/vgg2432a4.c: add missing const
authorJingoo Han <jg1.han@samsung.com>
Thu, 25 Oct 2012 01:15:04 +0000 (12:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 1 Nov 2012 04:24:13 +0000 (15:24 +1100)
commit0712ddbc520bd56cf3b0076a3eadfc9634b377f3
treec331c7db64258443569e35ec6c4de23cb4c83c8d
parent9b1e34da15d2e7fd7f5809ee91d72d8d577682bb
drivers/video/backlight/vgg2432a4.c: add missing const

Add 'const' to static array that was missing it in its definition.  Also,
'const' is added to ili9320_write_regs(), because it is called by
vgg2432a4 driver.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/ili9320.c
drivers/video/backlight/ili9320.h
drivers/video/backlight/vgg2432a4.c