diff --git a/net/batman-adv/main.c b/net/batman-adv/main.c index 13c88b25ab319a15260e77d12c65957180c46b9c..2a1f24328b8123f3612600451c9097c6e875495b 100644 --- a/net/batman-adv/main.c +++ b/net/batman-adv/main.c @@ -58,9 +58,6 @@ static int __init batadv_init(void) batadv_iv_init(); - /* the name should not be longer than 10 chars - see - * http://lwn.net/Articles/23634/ - */ batadv_event_workqueue = create_singlethread_workqueue("bat_events"); if (!batadv_event_workqueue)