aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda/irmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/irda/irmod.c')
-rw-r--r--net/irda/irmod.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/irda/irmod.c b/net/irda/irmod.c
index 303a68d92731..c5e35b85c477 100644
--- a/net/irda/irmod.c
+++ b/net/irda/irmod.c
@@ -42,16 +42,6 @@
42#include <net/irda/irttp.h> /* irttp_init */ 42#include <net/irda/irttp.h> /* irttp_init */
43#include <net/irda/irda_device.h> /* irda_device_init */ 43#include <net/irda/irda_device.h> /* irda_device_init */
44 44
45/*
46 * Module parameters
47 */
48#ifdef CONFIG_IRDA_DEBUG
49unsigned int irda_debug = IRDA_DEBUG_LEVEL;
50module_param_named(debug, irda_debug, uint, 0);
51MODULE_PARM_DESC(debug, "IRDA debugging level");
52EXPORT_SYMBOL(irda_debug);
53#endif
54
55/* Packet type handler. 45/* Packet type handler.
56 * Tell the kernel how IrDA packets should be handled. 46 * Tell the kernel how IrDA packets should be handled.
57 */ 47 */
@@ -90,8 +80,6 @@ static int __init irda_init(void)
90{ 80{
91 int ret = 0; 81 int ret = 0;
92 82
93 IRDA_DEBUG(0, "%s()\n", __func__);
94
95 /* Lower layer of the stack */ 83 /* Lower layer of the stack */
96 irlmp_init(); 84 irlmp_init();
97 irlap_init(); 85 irlap_init();