summaryrefslogtreecommitdiff
path: root/drivers/video/sis
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-09-22 23:47:55 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 14:39:57 (GMT)
commit3163eaba34943967aebb1eefa0d4bdc4e5dc197c (patch)
treedf8c1affee6aed703d00075e6f4b9aabd45b05be /drivers/video/sis
parenta9672c4b861afcf547bfe2cafeec4ca85a63da67 (diff)
downloadlinux-fsl-qoriq-3163eaba34943967aebb1eefa0d4bdc4e5dc197c.tar.xz
video: s3c_fb.c: fix build with CONFIG_HOTPLUG=n
Fixes `s3c_fb_remove' referenced in section `.data' of drivers/built-in.o: defined in discarded section `.devexit.text' of drivers/built-in.o With CONFIG_HOTPLUG=n, functions marked with __devexit gets removed, so make sure we use __devexit_p when referencing pointers to them. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Acked-by: Ben Dooks <ben-linux@fluff.org> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/sis')
0 files changed, 0 insertions, 0 deletions