1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

danube gpio clean up

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9744 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2007-12-13 22:43:22 +00:00
parent 9b7a4f4368
commit b23de9cdd8
2 changed files with 3 additions and 2 deletions

View File

@@ -422,7 +422,7 @@ danube_gpio_init (void)
goto out;
}
create_proc_read_entry("driver/danube_port", 0, NULL,
create_proc_read_entry("danube_gpio", 0, NULL,
danube_port_read_procmem, NULL);
printk("registered danube gpio driver\n");
@@ -435,7 +435,7 @@ void __exit
danube_gpio_exit (void)
{
unregister_chrdev(danube_gpio_major, "danube_gpio");
remove_proc_entry("danube_wdt", NULL);
remove_proc_entry("danube_gpio", NULL);
}
module_init(danube_gpio_init);