--- zzzz-none-000/linux-2.6.28.10/include/linux/dynamic_printk.h 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/include/linux/dynamic_printk.h 2009-09-25 17:40:23.000000000 +0000 @@ -77,11 +77,16 @@ static inline int unregister_dynamic_debug_module(const char *mod_name) { + mod_name = mod_name; return 0; } static inline int __dynamic_dbg_enabled_helper(char *modname, int type, int value, int hash) { + modname = modname; + type = type; + value = value; + hash = hash; return 0; }