[PATCH] arm: eliminate MODULE_PARM() usage
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
- Date: Wed, 27 Feb 2008 12:11:16 -0800
From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
Convert debug-only (and removed) MODULE_PARM() to module_param().
Compiles cleanly (with DEBUG=1).
Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
arch/arm/mach-pxa/cpu-pxa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- next-20080227.orig/arch/arm/mach-pxa/cpu-pxa.c
+++ next-20080227/arch/arm/mach-pxa/cpu-pxa.c
@@ -43,7 +43,7 @@
#ifdef DEBUG
static unsigned int freq_debug;
-MODULE_PARM(freq_debug, "i");
+module_param(freq_debug, uint, 0);
MODULE_PARM_DESC(freq_debug, "Set the debug messages to on=1/off=0");
#else
#define freq_debug 0
--
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/
- Follow-Ups:
- Re: [PATCH] arm: eliminate MODULE_PARM() usage
- From: Russell King
- Re: [PATCH] arm: eliminate MODULE_PARM() usage
- Prev by Date: Re: [PATCH 1/2] firewire: endianess fix
- Next by Date: Re: [PATCH] x86 tls prevent_tail_call
- Previous by thread: [PATCH] core dump: user_regset writeback
- Next by thread: Re: [PATCH] arm: eliminate MODULE_PARM() usage
- Index(es):
Relevant Pages
|
|