Merge branch 'for-4.8/hid-led' into for-linus
[deliverable/linux.git] / net / irda / irmod.c
index 303a68d92731085226366bbd72579ea4c7d97027..c5e35b85c477c2c80a5a9b4398c79c4359cc7921 100644 (file)
 #include <net/irda/irttp.h>            /* irttp_init */
 #include <net/irda/irda_device.h>      /* irda_device_init */
 
-/*
- * Module parameters
- */
-#ifdef CONFIG_IRDA_DEBUG
-unsigned int irda_debug = IRDA_DEBUG_LEVEL;
-module_param_named(debug, irda_debug, uint, 0);
-MODULE_PARM_DESC(debug, "IRDA debugging level");
-EXPORT_SYMBOL(irda_debug);
-#endif
-
 /* Packet type handler.
  * Tell the kernel how IrDA packets should be handled.
  */
@@ -90,8 +80,6 @@ static int __init irda_init(void)
 {
        int ret = 0;
 
-       IRDA_DEBUG(0, "%s()\n", __func__);
-
        /* Lower layer of the stack */
        irlmp_init();
        irlap_init();
This page took 0.030043 seconds and 5 git commands to generate.