]> git.karo-electronics.de Git - mv-sheeva.git/commit
fbdev: sh_mobile_lcdc: Mark init-only symbols with __devinit(const)
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 7 Sep 2011 09:59:00 +0000 (11:59 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 12 Mar 2012 21:40:41 +0000 (22:40 +0100)
commit217e9c4353aa86f0c7eeb4c275bca73ea8b53be1
tree62a238736f54f96ca7e280efa6063e4de3b35e71
parentf1f60b5f55099a658a5f79cc453b371a439864e6
fbdev: sh_mobile_lcdc: Mark init-only symbols with __devinit(const)

default_720p and sh_mobile_lcdc_check_interface are used at device
initialization time only. Mark them as __devinitconst and __devinit
respectively.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/video/sh_mobile_lcdcfb.c