[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1248991326-26267-1-git-send-email-jirislaby@gmail.com>
Date: Fri, 31 Jul 2009 00:02:06 +0200
From: Jiri Slaby <jirislaby@...il.com>
To: mingo@...e.hu
Cc: x86@...nel.org, linux-kernel@...r.kernel.org,
Jiri Slaby <jirislaby@...il.com>
Subject: [PATCH 1/1] IRQ: remove irqfixup MODULE_PARM_DESC
It's wrong (the parm takes no arguments) and compile-time wiped
away anyway (due to !MODULE).
Impact: cleanup
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 4d56829..114e704 100644
--- a/kernel/irq/spurious.c
+++ b/kernel/irq/spurious.c
@@ -297,7 +297,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.3
--
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