]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/module.h
module: check kernel param length at compile time, not runtime
[linux-2.6-omap-h63xx.git] / include / linux / module.h
index eddf27db442bf27d46845516dae2a6c85221e5a8..196b499270da1f585d1c700f7545d55e0c6380bb 100644 (file)
@@ -29,7 +29,7 @@
 #define MODULE_SYMBOL_PREFIX ""
 #endif
 
-#define MODULE_NAME_LEN (64 - sizeof(unsigned long))
+#define MODULE_NAME_LEN MAX_PARAM_PREFIX_LEN
 
 struct kernel_symbol
 {