]> 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>
Fri, 26 Oct 2012 04:05:30 +0000 (15:05 +1100)
commit647ac3009c1a43729dfaf02077f26dffd95c243f
tree135f845708498c8058b01784edf829d518121b53
parentfde37530a0474c0196b79677ad4c447494c55041
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