aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/sunxvr1000.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/sunxvr1000.c b/drivers/video/sunxvr1000.c
index cc6f48bba36b..58241b47a96d 100644
--- a/drivers/video/sunxvr1000.c
+++ b/drivers/video/sunxvr1000.c
@@ -186,8 +186,6 @@ static int gfb_remove(struct platform_device *op)
186 186
187 framebuffer_release(info); 187 framebuffer_release(info);
188 188
189 dev_set_drvdata(&op->dev, NULL);
190
191 return 0; 189 return 0;
192} 190}
193 191