|
@@ -81,7 +81,7 @@ static struct fb_ops cfag12864bfb_ops = {
|
|
.fb_mmap = cfag12864bfb_mmap,
|
|
.fb_mmap = cfag12864bfb_mmap,
|
|
};
|
|
};
|
|
|
|
|
|
-static int __init cfag12864bfb_probe(struct platform_device *device)
|
|
|
|
|
|
+static int __devinit cfag12864bfb_probe(struct platform_device *device)
|
|
{
|
|
{
|
|
int ret = -EINVAL;
|
|
int ret = -EINVAL;
|
|
struct fb_info *info = framebuffer_alloc(0, &device->dev);
|
|
struct fb_info *info = framebuffer_alloc(0, &device->dev);
|