diff --git a/drivers/video/tcx.c b/drivers/video/tcx.c index c000852500aa0..1f3a3271f3dd4 100644 --- a/drivers/video/tcx.c +++ b/drivers/video/tcx.c @@ -498,8 +498,6 @@ static int tcx_remove(struct platform_device *op) framebuffer_release(info); - dev_set_drvdata(&op->dev, NULL); - return 0; }