From e466d6e5891de86fcfd6eb5ec6ec3474aae5b3e0 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 21 Nov 2002 04:34:44 +0000 Subject: [PATCH] new compat header --- include/linux/highmem.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/linux/highmem.h diff --git a/include/linux/highmem.h b/include/linux/highmem.h new file mode 100644 index 00000000..59ce466e --- /dev/null +++ b/include/linux/highmem.h @@ -0,0 +1,17 @@ + +/* + * linux/highmem.h compatibility header + */ + +#ifndef __COMPAT_LINUX_DEVFS_FS_KERNEL_H_ +#define __COMPAT_LINUX_DEVFS_FS_KERNEL_H_ + +#include + +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 0) +#else +#include_next +#endif + +#endif + -- 2.26.2