mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 02:00:54 +07:00
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>
This commit is contained in:
parent
7dcce1334f
commit
d4097456cd
@ -447,7 +447,7 @@ static irqreturn_t bfin_t350mcqb_irq_error(int irq, void *dev_id)
|
|||||||
return IRQ_HANDLED;
|
return IRQ_HANDLED;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int __init bfin_t350mcqb_probe(struct platform_device *pdev)
|
static int __devinit bfin_t350mcqb_probe(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
struct bfin_t350mcqbfb_info *info;
|
struct bfin_t350mcqbfb_info *info;
|
||||||
struct fb_info *fbinfo;
|
struct fb_info *fbinfo;
|
||||||
|
Loading…
Reference in New Issue
Block a user