mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 08:38:24 +08:00
ARM: pxa168fb: fix section mismatch
Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Acked-by: Haojian Zhuang <haojian.zhuang@marvell.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
This commit is contained in:
parent
b3282ab116
commit
ffb287c9da
@ -559,7 +559,7 @@ static struct fb_ops pxa168fb_ops = {
|
||||
.fb_imageblit = cfb_imageblit,
|
||||
};
|
||||
|
||||
static int __init pxa168fb_init_mode(struct fb_info *info,
|
||||
static int __devinit pxa168fb_init_mode(struct fb_info *info,
|
||||
struct pxa168fb_mach_info *mi)
|
||||
{
|
||||
struct pxa168fb_info *fbi = info->par;
|
||||
@ -599,7 +599,7 @@ static int __init pxa168fb_init_mode(struct fb_info *info,
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int __init pxa168fb_probe(struct platform_device *pdev)
|
||||
static int __devinit pxa168fb_probe(struct platform_device *pdev)
|
||||
{
|
||||
struct pxa168fb_mach_info *mi;
|
||||
struct fb_info *info = 0;
|
||||
@ -792,7 +792,7 @@ static struct platform_driver pxa168fb_driver = {
|
||||
.probe = pxa168fb_probe,
|
||||
};
|
||||
|
||||
static int __devinit pxa168fb_init(void)
|
||||
static int __init pxa168fb_init(void)
|
||||
{
|
||||
return platform_driver_register(&pxa168fb_driver);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user