[PATCH] drivers/video/sis/vgatypes.h: removal of old code
authorMichal Piotrowski <[email protected]>
Tue, 3 Oct 2006 08:15:01 +0000 (01:15 -0700)
committerLinus Torvalds <[email protected]>
Tue, 3 Oct 2006 15:04:12 +0000 (08:04 -0700)
Signed-off-by: Michal Piotrowski <[email protected]>
Cc: "Antonino A. Daplas" <[email protected]>
Cc: Thomas Winischhofer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/sis/vgatypes.h

index 831b9f42264bb8590d1cebf3c978ac8b4114a5f0..05d08b7889a1aca636b516b032341cbade9582a6 100644 (file)
@@ -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 <linux/types.h>  /* 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)