From d247ebbb7040e53fab1b80a036eed4f0fe85c9e2 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 18 Sep 2001 22:45:41 +0000 Subject: [PATCH] new --- include/linux/init.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/linux/init.h diff --git a/include/linux/init.h b/include/linux/init.h new file mode 100644 index 00000000..5ada737b --- /dev/null +++ b/include/linux/init.h @@ -0,0 +1,16 @@ +/* + * linux/init.h compatibility header + */ + +#ifndef __COMPAT_LINUX_INIT_H_ +#define __COMPAT_LINUX_INIT_H_ + +#include + +#if LINUX_VERSION_CODE < 0x020400 +#define __devinitdata __initdata +#endif +#include_next + +#endif + -- 2.26.2