diff options
Diffstat (limited to 'drivers/net/ppp_generic.c')
-rw-r--r-- | drivers/net/ppp_generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ppp_generic.c b/drivers/net/ppp_generic.c index 52bc51545134..16a59cafb8d3 100644 --- a/drivers/net/ppp_generic.c +++ b/drivers/net/ppp_generic.c | |||
@@ -2674,7 +2674,6 @@ static void __exit ppp_cleanup(void) | |||
2674 | cardmap_destroy(&all_ppp_units); | 2674 | cardmap_destroy(&all_ppp_units); |
2675 | if (unregister_chrdev(PPP_MAJOR, "ppp") != 0) | 2675 | if (unregister_chrdev(PPP_MAJOR, "ppp") != 0) |
2676 | printk(KERN_ERR "PPP: failed to unregister PPP device\n"); | 2676 | printk(KERN_ERR "PPP: failed to unregister PPP device\n"); |
2677 | devfs_remove("ppp"); | ||
2678 | class_device_destroy(ppp_class, MKDEV(PPP_MAJOR, 0)); | 2677 | class_device_destroy(ppp_class, MKDEV(PPP_MAJOR, 0)); |
2679 | class_destroy(ppp_class); | 2678 | class_destroy(ppp_class); |
2680 | } | 2679 | } |