Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11870
b: refs/heads/master
c: 52303e8
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Roskin authored and Linus Torvalds committed Oct 31, 2005
1 parent 8fddd42 commit e257852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4dd0e4c6336bd17fea38bcad636eafa2941cf9f
refs/heads/master: 52303e8b5f8aa234865d40d76ea16b0ff4b27022
4 changes: 3 additions & 1 deletion trunk/include/linux/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,9 @@ static inline void MODULE_PARM_(void) { }
#ifdef MODULE
/* DEPRECATED: Do not use. */
#define MODULE_PARM(var,type) \
struct obsolete_modparm __parm_##var __attribute__((section("__obsparm"))) = \
extern struct obsolete_modparm __parm_##var \
__attribute__((section("__obsparm"))); \
struct obsolete_modparm __parm_##var = \
{ __stringify(var), type, &MODULE_PARM_ }; \
__MODULE_PARM_TYPE(var, type);
#else
Expand Down

0 comments on commit e257852

Please sign in to comment.