From: VMware, Inc <> Date: Thu, 17 Jun 2010 22:17:53 +0000 (-0700) Subject: Remove pre 2.6.9 compatibility code. X-Git-Tag: 2010.06.16-268169~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce9ac2a0c4c8fae70e101c9b3d1e2e270de84b6;p=thirdparty%2Fopen-vm-tools.git Remove pre 2.6.9 compatibility code. We do not support pre-2.6.9 kernels anymore so no need to carry around old compatibility cruft. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/modules/linux/shared/compat_version.h b/open-vm-tools/modules/linux/shared/compat_version.h index 2932cc09d..4e627087c 100644 --- a/open-vm-tools/modules/linux/shared/compat_version.h +++ b/open-vm-tools/modules/linux/shared/compat_version.h @@ -100,11 +100,6 @@ # define KERNEL_2_4_8 #endif -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 4, 22) -/* New vmap() */ -# define KERNEL_2_4_22 -#endif - #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 2) /* New kdev_t, major()/minor() API --hpreg */ # define KERNEL_2_5_2