From: David Schleef Date: Tue, 18 Sep 2001 22:45:41 +0000 (+0000) Subject: new X-Git-Tag: r0_7_61~77 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d247ebbb7040e53fab1b80a036eed4f0fe85c9e2;p=comedi.git new --- 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 +