fix typo in switch-core

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3127 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2006-02-04 15:23:03 +00:00
parent 73890cebc9
commit 8708328064

View File

@@ -445,7 +445,7 @@ static int __init switch_init()
static void __exit switch_exit()
{
remove_proc_entry("vlan", NULL);
remove_proc_entry("switch", NULL);
}
MODULE_AUTHOR("Felix Fietkau <openwrt@nbd.name>");