diff options
| author | Tony Lindgren <tony@atomide.com> | 2011-11-07 15:27:23 -0500 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2011-11-07 15:27:23 -0500 |
| commit | d30cc16c8e48368e0518f4975a78711e53e14a0f (patch) | |
| tree | 26b57f7ab5a963cc3d6c57dff6951bd930875583 /include/linux/moduleparam.h | |
| parent | 41eb2d813f558900884e240c2f723e36c7bd151f (diff) | |
| parent | a1bcc1dcef8451b4291ea2a1b2677cb194102952 (diff) | |
Merge branch 'fixes-modulesplit' into fixes
Diffstat (limited to 'include/linux/moduleparam.h')
| -rw-r--r-- | include/linux/moduleparam.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h index fffb10bd551..7939f636c8b 100644 --- a/include/linux/moduleparam.h +++ b/include/linux/moduleparam.h | |||
| @@ -31,6 +31,11 @@ static const char __module_cat(name,__LINE__)[] \ | |||
| 31 | #define __MODULE_PARM_TYPE(name, _type) \ | 31 | #define __MODULE_PARM_TYPE(name, _type) \ |
| 32 | __MODULE_INFO(parmtype, name##type, #name ":" _type) | 32 | __MODULE_INFO(parmtype, name##type, #name ":" _type) |
| 33 | 33 | ||
| 34 | /* One for each parameter, describing how to use it. Some files do | ||
| 35 | multiple of these per line, so can't just use MODULE_INFO. */ | ||
| 36 | #define MODULE_PARM_DESC(_parm, desc) \ | ||
| 37 | __MODULE_INFO(parm, _parm, #_parm ":" desc) | ||
| 38 | |||
| 34 | struct kernel_param; | 39 | struct kernel_param; |
| 35 | 40 | ||
| 36 | struct kernel_param_ops { | 41 | struct kernel_param_ops { |
