Author: marek Date: 2010-07-01 22:29:50 +0200 (Thu, 01 Jul 2010) New Revision: 1730
Modified: trunk/batman-adv/main.c Log: batman-adv: remove obsoleted module param "debug"
Signed-off-by: Marek Lindner lindner_marek@yahoo.de
Modified: trunk/batman-adv/main.c =================================================================== --- trunk/batman-adv/main.c 2010-06-28 12:25:04 UTC (rev 1729) +++ trunk/batman-adv/main.c 2010-07-01 20:29:50 UTC (rev 1730) @@ -58,17 +58,6 @@
struct workqueue_struct *bat_event_workqueue;
-#ifdef CONFIG_BATMAN_ADV_DEBUG -int debug; - -module_param(debug, int, 0644); - -int bat_debug_type(int type) -{ - return debug & type; -} -#endif - int init_module(void) { int retval;