video: ARM CLCD: constify amba_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 4 Sep 2017 14:00:49 +0000 (16:00 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Mon, 4 Sep 2017 14:00:49 +0000 (16:00 +0200)
commitbf4392bac1f559397285b3c285b85dd0330f3d43
tree38198c9c9fbf8eff09ff416f3f9c0ba8ad76854a
parent46524b1404a6b5d7de3eb23078d796bfb58aaf60
video: ARM CLCD: constify amba_id

amba_id are not supposed to change at runtime. All functions
working with const amba_id. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/amba-clcd.c