Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114705
b: refs/heads/master
c: 1ecfea0
h: refs/heads/master
i:
  114703: d01589f
v: v3
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Oct 16, 2008
1 parent 152f150 commit 218aee4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: d9f3216b474be170d0c093d70125b541ace58704
refs/heads/master: 1ecfea06386c6b1344e83c8f909c87c88262ba1d
4 changes: 0 additions & 4 deletions trunk/include/linux/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,6 @@ struct obs_kernel_param {
__attribute__((aligned((sizeof(long))))) \
= { __setup_str_##unique_id, fn, early }

#define __setup_null_param(str, unique_id) \
__setup_param(str, unique_id, NULL, 0)

#define __setup(str, fn) \
__setup_param(str, fn, fn, 0)

Expand Down Expand Up @@ -296,7 +293,6 @@ void __init parse_early_param(void);
void cleanup_module(void) __attribute__((alias(#exitfn)));

#define __setup_param(str, unique_id, fn) /* nothing */
#define __setup_null_param(str, unique_id) /* nothing */
#define __setup(str, func) /* nothing */
#endif

Expand Down

0 comments on commit 218aee4

Please sign in to comment.