Loading drivers/video/tcx.c +7 −13 Original line number Diff line number Diff line Loading @@ -365,7 +365,8 @@ static void tcx_unmap_regs(struct of_device *op, struct fb_info *info, info->screen_base, par->fbsize); } static int __devinit tcx_init_one(struct of_device *op) static int __devinit tcx_probe(struct of_device *op, const struct of_device_id *match) { struct device_node *dp = op->node; struct fb_info *info; Loading Loading @@ -488,13 +489,6 @@ static int __devinit tcx_init_one(struct of_device *op) return err; } static int __devinit tcx_probe(struct of_device *dev, const struct of_device_id *match) { struct of_device *op = to_of_device(&dev->dev); return tcx_init_one(op); } static int __devexit tcx_remove(struct of_device *op) { struct fb_info *info = dev_get_drvdata(&op->dev); Loading Loading
drivers/video/tcx.c +7 −13 Original line number Diff line number Diff line Loading @@ -365,7 +365,8 @@ static void tcx_unmap_regs(struct of_device *op, struct fb_info *info, info->screen_base, par->fbsize); } static int __devinit tcx_init_one(struct of_device *op) static int __devinit tcx_probe(struct of_device *op, const struct of_device_id *match) { struct device_node *dp = op->node; struct fb_info *info; Loading Loading @@ -488,13 +489,6 @@ static int __devinit tcx_init_one(struct of_device *op) return err; } static int __devinit tcx_probe(struct of_device *dev, const struct of_device_id *match) { struct of_device *op = to_of_device(&dev->dev); return tcx_init_one(op); } static int __devexit tcx_remove(struct of_device *op) { struct fb_info *info = dev_get_drvdata(&op->dev); Loading