]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Remove pre 2.6.9 compatibility code.
authorVMware, Inc <>
Thu, 17 Jun 2010 22:17:53 +0000 (15:17 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 17 Jun 2010 22:17:53 +0000 (15:17 -0700)
We do not support pre-2.6.9 kernels anymore so no need to carry around
old compatibility cruft.

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/modules/linux/shared/compat_version.h

index 2932cc09dc4505f08174f994b244693bf06bc949..4e627087c382dc82a209074f9e305c927d3242ae 100644 (file)
 #   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