Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b66bb65 authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman
Browse files

Staging: sep: remove module int macro

parent dabe6e69
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 */