net: netlink: Remove unused function
[sfrench/cifs-2.6.git] / net / netlink / genetlink.c
index ae58da608a31184c75ac89de9f380465f2540a51..1afca2a6c2ac15f5107ae48509e4b282ff1297c3 100644 (file)
@@ -40,14 +40,6 @@ void genl_unlock(void)
 }
 EXPORT_SYMBOL(genl_unlock);
 
-#ifdef CONFIG_LOCKDEP
-bool lockdep_genl_is_held(void)
-{
-       return lockdep_is_held(&genl_mutex);
-}
-EXPORT_SYMBOL(lockdep_genl_is_held);
-#endif
-
 static void genl_lock_all(void)
 {
        down_write(&cb_lock);