early_initcall
#define early_initcall(fn) __define_initcall(fn, early)
#define early_initcall(fn) module_init(fn)