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

Configure Feed

Select the types of activity you want to include in your feed.

video/framebuffer: move the probe func into .devinit.text in Blackfin LCD driver

Signed-off-by: Uwe Kleine-Koenig <ukleinek@strlen.de>
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Uwe Kleine-Koenig and committed by
Linus Torvalds
d4097456 7dcce133

+1 -1
+1 -1
drivers/video/bfin-t350mcqb-fb.c
··· 447 447 return IRQ_HANDLED; 448 448 } 449 449 450 - static int __init bfin_t350mcqb_probe(struct platform_device *pdev) 450 + static int __devinit bfin_t350mcqb_probe(struct platform_device *pdev) 451 451 { 452 452 struct bfin_t350mcqbfb_info *info; 453 453 struct fb_info *fbinfo;