[PATCH] Remove MODULE_PARM
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / isdn / hysdn / hycapi.c
index 55fbea0b6ac88d70845a20dbeb683c8cb828c6e3..6bac43cc91bdb2b9284c6613c9a35a3cf96acb63 100644 (file)
@@ -31,7 +31,7 @@
 static char hycapi_revision[]="$Revision: 1.8.6.4 $";
 
 unsigned int hycapi_enable = 0xffffffff; 
-MODULE_PARM(hycapi_enable, "i");
+module_param(hycapi_enable, uint, 0);
 
 typedef struct _hycapi_appl {
        unsigned int ctrl_mask;