Re: [RFC] [PATCH 9/10] drivers/video/sis/vgatypes.h Removal of oldcode

From: Michal Piotrowski
Date: Sat Aug 12 2006 - 13:01:00 EST


Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx>

diff -uprN -X linux-work/Documentation/dontdiff linux-work-clean/drivers/video/sis/vgatypes.h linux-work/drivers/video/sis/vgatypes.h
--- linux-work-clean/drivers/video/sis/vgatypes.h 2006-03-20 06:53:29.000000000 +0100
+++ linux-work/drivers/video/sis/vgatypes.h 2006-08-12 17:53:39.000000000 +0200
@@ -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)



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/