From 218aee4d8101221b8f14570929c3ee4ec51885eb Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 15 Oct 2008 22:01:27 -0700 Subject: [PATCH] --- yaml --- r: 114705 b: refs/heads/master c: 1ecfea06386c6b1344e83c8f909c87c88262ba1d h: refs/heads/master i: 114703: d01589f943809105830e3e3bd8a4e4614c873b65 v: v3 --- [refs] | 2 +- trunk/include/linux/init.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 2a5bda9c22d8..d87c85f6a0f6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d9f3216b474be170d0c093d70125b541ace58704 +refs/heads/master: 1ecfea06386c6b1344e83c8f909c87c88262ba1d diff --git a/trunk/include/linux/init.h b/trunk/include/linux/init.h index 93538b696e3d..ad63824460e3 100644 --- a/trunk/include/linux/init.h +++ b/trunk/include/linux/init.h @@ -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) @@ -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