Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

video: da8xx-fb: fix section mismatch warning

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by

axel lin and committed by
Paul Mundt
1db41e03 d15660a1

+2 -2
+2 -2
drivers/video/da8xx-fb.c
··· 899 899 .fb_blank = cfb_blank, 900 900 }; 901 901 902 - static int __init fb_probe(struct platform_device *device) 902 + static int __devinit fb_probe(struct platform_device *device) 903 903 { 904 904 struct da8xx_lcdc_platform_data *fb_pdata = 905 905 device->dev.platform_data; ··· 1165 1165 1166 1166 static struct platform_driver da8xx_fb_driver = { 1167 1167 .probe = fb_probe, 1168 - .remove = fb_remove, 1168 + .remove = __devexit_p(fb_remove), 1169 1169 .suspend = fb_suspend, 1170 1170 .resume = fb_resume, 1171 1171 .driver = {