Skip to content

Commit

Permalink
Staging: sep: remove module int macro
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent dabe6e6 commit 3b66bb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/sep/sep_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3b66bb6

Please sign in to comment.