Commit 0e0ae575 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] dont deprecate MODULE_PARM

Let's revert this for now so all those warnings do not soil our 2.6.10
release.  We'll get Rusty's kernel-wide-sweep fixup patches in for 2.6.11, and
then we can put this warning back.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a276cbda
......@@ -559,7 +559,7 @@ struct obsolete_modparm {
void *addr;
};
static inline void __deprecated MODULE_PARM_(void) { }
static inline void MODULE_PARM_(void) { }
#ifdef MODULE
/* DEPRECATED: Do not use. */
#define MODULE_PARM(var,type) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment