diff options
Diffstat (limited to 'drivers/char/dsp56k.c')
-rw-r--r-- | drivers/char/dsp56k.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/dsp56k.c b/drivers/char/dsp56k.c index 45caf778578c..ee32e58328aa 100644 --- a/drivers/char/dsp56k.c +++ b/drivers/char/dsp56k.c | |||
@@ -533,7 +533,6 @@ static void __exit dsp56k_cleanup_driver(void) | |||
533 | class_device_destroy(dsp56k_class, MKDEV(DSP56K_MAJOR, 0)); | 533 | class_device_destroy(dsp56k_class, MKDEV(DSP56K_MAJOR, 0)); |
534 | class_destroy(dsp56k_class); | 534 | class_destroy(dsp56k_class); |
535 | unregister_chrdev(DSP56K_MAJOR, "dsp56k"); | 535 | unregister_chrdev(DSP56K_MAJOR, "dsp56k"); |
536 | devfs_remove("dsp56k"); | ||
537 | } | 536 | } |
538 | module_exit(dsp56k_cleanup_driver); | 537 | module_exit(dsp56k_cleanup_driver); |
539 | 538 | ||