[PATCH 2/2] IRQ: remove irqfixup MODULE_PARM_DESC

From: Jiri Slaby
Date: Fri Jul 03 2009 - 05:08:21 EST


It's wrong and compiled-time wiped away anyway.

Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx>
---
kernel/irq/spurious.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c
index c0463b9..0162ebf 100644
--- a/kernel/irq/spurious.c
+++ b/kernel/irq/spurious.c
@@ -305,7 +305,6 @@ static int __init irqfixup_setup(char *str)

__setup("irqfixup", irqfixup_setup);
module_param(irqfixup, int, 0644);
-MODULE_PARM_DESC("irqfixup", "0: No fixup, 1: irqfixup mode, 2: irqpoll mode");

static int __init irqpoll_setup(char *str)
{
--
1.6.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/