From b543f973655212180d8302c82805e4533b1649c7 Mon Sep 17 00:00:00 2001 From: Borislav Petkov Date: Fri, 2 Oct 2009 15:23:21 +0200 Subject: [PATCH] --- yaml --- r: 167098 b: refs/heads/master c: 329bd4119c8a0afea95f9db6d6b402a2f2b40e84 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/init.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6c18847dbf65..29431903fb93 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f436f8bb73138bc74eb1c6527723e00988ad8a8a +refs/heads/master: 329bd4119c8a0afea95f9db6d6b402a2f2b40e84 diff --git a/trunk/include/linux/init.h b/trunk/include/linux/init.h index 400adbb45414..ff8bde520d03 100644 --- a/trunk/include/linux/init.h +++ b/trunk/include/linux/init.h @@ -271,6 +271,7 @@ void __init parse_early_options(char *cmdline); #else /* MODULE */ /* Don't use these in modules, but some people do... */ +#define early_initcall(fn) module_init(fn) #define core_initcall(fn) module_init(fn) #define postcore_initcall(fn) module_init(fn) #define arch_initcall(fn) module_init(fn)