diff options
Diffstat (limited to 'drivers/video/cyber2000fb.c')
-rw-r--r-- | drivers/video/cyber2000fb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/cyber2000fb.c b/drivers/video/cyber2000fb.c index 1c446bc48b42..b0a950f36970 100644 --- a/drivers/video/cyber2000fb.c +++ b/drivers/video/cyber2000fb.c | |||
@@ -1810,11 +1810,6 @@ static void cyberpro_pci_remove(struct pci_dev *dev) | |||
1810 | iounmap(cfb->region); | 1810 | iounmap(cfb->region); |
1811 | cyberpro_free_fb_info(cfb); | 1811 | cyberpro_free_fb_info(cfb); |
1812 | 1812 | ||
1813 | /* | ||
1814 | * Ensure that the driver data is no longer | ||
1815 | * valid. | ||
1816 | */ | ||
1817 | pci_set_drvdata(dev, NULL); | ||
1818 | if (cfb == int_cfb_info) | 1813 | if (cfb == int_cfb_info) |
1819 | int_cfb_info = NULL; | 1814 | int_cfb_info = NULL; |
1820 | 1815 | ||