new
authorDavid Schleef <ds@schleef.org>
Tue, 18 Sep 2001 22:45:41 +0000 (22:45 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 18 Sep 2001 22:45:41 +0000 (22:45 +0000)
include/linux/init.h [new file with mode: 0644]

diff --git a/include/linux/init.h b/include/linux/init.h
new file mode 100644 (file)
index 0000000..5ada737
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * linux/init.h compatibility header
+ */
+
+#ifndef __COMPAT_LINUX_INIT_H_
+#define __COMPAT_LINUX_INIT_H_
+
+#include <linux/version.h>
+
+#if LINUX_VERSION_CODE < 0x020400
+#define __devinitdata __initdata
+#endif
+#include_next <linux/init.h>
+
+#endif
+