[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0705271458170.10673@localhost.localdomain>
Date: Sun, 27 May 2007 15:00:28 -0400 (EDT)
From: "Robert P. J. Day" <rpjday@...dspring.com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
cc: Andrew Morton <akpm@...l.org>, dmitry.torokhov@...il.com,
dtor@...l.ru
Subject: [PATCH] Delete useless reference to dead MODULE_PARM macro.
Remove a clearly useless reference to the obsolete MODULE_PARM macro.
Signed-off-by: Robert P. J. Day <rpjday@...dspring.com>
---
given that that macro call is enclosed within an obsolete
"__MODULE__" check, i have to assume that snippet of code can be
safely removed.
diff --git a/drivers/input/mouse/atarimouse.c b/drivers/input/mouse/atarimouse.c
index 43ab656..f779cb6 100644
--- a/drivers/input/mouse/atarimouse.c
+++ b/drivers/input/mouse/atarimouse.c
@@ -59,9 +59,6 @@ MODULE_LICENSE("GPL");
static int mouse_threshold[2] = {2,2};
-#ifdef __MODULE__
-MODULE_PARM(mouse_threshold, "2i");
-#endif
#ifdef FIXED_ATARI_JOYSTICK
extern int atari_mouse_buttons;
#endif
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA
http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists