From 86702ad483fa50e09f9535a0e5d2ecad2202facc Mon Sep 17 00:00:00 2001 From: Michal Piotrowski Date: Tue, 3 Oct 2006 01:15:01 -0700 Subject: [PATCH] drivers/video/sis/vgatypes.h: removal of old code Signed-off-by: Michal Piotrowski Cc: "Antonino A. Daplas" Cc: Thomas Winischhofer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/sis/vgatypes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/video/sis/vgatypes.h') diff --git a/drivers/video/sis/vgatypes.h b/drivers/video/sis/vgatypes.h index 831b9f42264b..05d08b7889a1 100644 --- a/drivers/video/sis/vgatypes.h +++ b/drivers/video/sis/vgatypes.h @@ -73,12 +73,10 @@ typedef unsigned int BOOLEAN; #ifdef SIS_LINUX_KERNEL typedef unsigned long SISIOADDRESS; -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,8) #include /* Need __iomem */ #undef SISIOMEMTYPE #define SISIOMEMTYPE __iomem #endif -#endif #ifdef SIS_XORG_XF86 #if XF86_VERSION_CURRENT < XF86_VERSION_NUMERIC(4,2,0,0,0) -- cgit v1.2.3-59-g8ed1b