projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dabe6e6
)
Staging: sep: remove module int macro
author
Alan Cox
<alan@linux.intel.com>
Fri, 7 Aug 2009 18:25:06 +0000
(19:25 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 15 Sep 2009 19:02:14 +0000
(12:02 -0700)
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/sep/sep_driver.c
patch
|
blob
|
history
diff --git
a/drivers/staging/sep/sep_driver.c
b/drivers/staging/sep/sep_driver.c
index
7942143
..
38e8049
100644
(file)
--- a/
drivers/staging/sep/sep_driver.c
+++ b/
drivers/staging/sep/sep_driver.c
@@
-153,7
+153,8
@@
static void sep_load_rom_code(struct sep_device *sep) { }
--------------------------------------------*/
/* debug messages level */
-INT_MODULE_PARM(sepDebug, 0x0);
+static int sepDebug;
+module_param(sepDebug, int , 0);
MODULE_PARM_DESC(sepDebug, "Flag to enable SEP debug messages");
/* Keep this a single static object for now to keep the conversion easy */