Staging: sep: remove module int macro

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, September 16, 2009 - 9:12 am

Gitweb:     http://git.kernel.org/linus/3b66bb651e6b29c1976b6d407cb53f11fcb8e7e0
Commit:     3b66bb651e6b29c1976b6d407cb53f11fcb8e7e0
Parent:     dabe6e694685150b25ff357e1ef401b96ab81ec3
Author:     Alan Cox <alan@linux.intel.com>
AuthorDate: Fri Aug 7 19:25:06 2009 +0100
Committer:  Greg Kroah-Hartman <gregkh@suse.de>
CommitDate: Tue Sep 15 12:02:14 2009 -0700

    Staging: sep: remove module int macro
    
    Signed-off-by: Alan Cox <alan@linux.intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
 drivers/staging/sep/sep_driver.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c
index 7942143..38e8049 100644
--- 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 */
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Staging: sep: remove module int macro, Linux Kernel Mailing ..., (Wed Sep 16, 9:12 am)