diff options
Diffstat (limited to 'drivers/video/amifb.c')
-rw-r--r-- | drivers/video/amifb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/amifb.c b/drivers/video/amifb.c index 72454c738144..39d211ad164d 100644 --- a/drivers/video/amifb.c +++ b/drivers/video/amifb.c @@ -2464,7 +2464,6 @@ static void amifb_deinit(struct platform_device *pdev) { if (fb_info.cmap.len) fb_dealloc_cmap(&fb_info.cmap); - fb_dealloc_cmap(&fb_info.cmap); chipfree(); if (videomemory) iounmap((void *)videomemory); |