[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1246611709-9919-2-git-send-email-jirislaby@gmail.com>
Date: Fri, 3 Jul 2009 11:01:49 +0200
From: Jiri Slaby <jirislaby@...il.com>
To: mingo@...hat.com
Cc: tglx@...utronix.de, hpa@...or.com, x86@...nel.org,
yinghai@...nel.org, linux-kernel@...r.kernel.org,
Jiri Slaby <jirislaby@...il.com>
Subject: [PATCH 2/2] IRQ: remove irqfixup MODULE_PARM_DESC
It's wrong and compiled-time wiped away anyway.
Signed-off-by: Jiri Slaby <jirislaby@...il.com>
---
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@...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