From 14aefd1b49ff3bd13caa37fb06bd53488d5d1486 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 23 Jul 2008 21:31:12 -0700 Subject: video/sis/: remove compat code This patch removes compat code for older kernel versions. Signed-off-by: Adrian Bunk Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/sis/init.h | 1 - drivers/video/sis/init301.h | 1 - drivers/video/sis/initextlfb.c | 1 - drivers/video/sis/osdef.h | 1 - drivers/video/sis/sis.h | 22 +++++---------------- drivers/video/sis/sis_accel.c | 1 - drivers/video/sis/sis_main.c | 44 ++++++++++-------------------------------- drivers/video/sis/sis_main.h | 4 ++-- drivers/video/sis/vgatypes.h | 4 ---- 9 files changed, 17 insertions(+), 62 deletions(-) (limited to 'drivers/video/sis') diff --git a/drivers/video/sis/init.h b/drivers/video/sis/init.h index f40a680..b96005c 100644 --- a/drivers/video/sis/init.h +++ b/drivers/video/sis/init.h @@ -73,7 +73,6 @@ #ifdef SIS_CP #undef SIS_CP #endif -#include #include #include #include diff --git a/drivers/video/sis/init301.h b/drivers/video/sis/init301.h index 7708e1e..51d9922 100644 --- a/drivers/video/sis/init301.h +++ b/drivers/video/sis/init301.h @@ -67,7 +67,6 @@ #ifdef SIS_CP #undef SIS_CP #endif -#include #include #include #include diff --git a/drivers/video/sis/initextlfb.c b/drivers/video/sis/initextlfb.c index 47a3350..99c04a4 100644 --- a/drivers/video/sis/initextlfb.c +++ b/drivers/video/sis/initextlfb.c @@ -30,7 +30,6 @@ #include "vgatypes.h" #include "vstruct.h" -#include #include #include diff --git a/drivers/video/sis/osdef.h b/drivers/video/sis/osdef.h index c149278..6ff8f98 100644 --- a/drivers/video/sis/osdef.h +++ b/drivers/video/sis/osdef.h @@ -87,7 +87,6 @@ /**********************************************************************/ #ifdef SIS_LINUX_KERNEL -#include #ifdef CONFIG_FB_SIS_300 #define SIS300 diff --git a/drivers/video/sis/sis.h b/drivers/video/sis/sis.h index a14e822..7c5710e 100644 --- a/drivers/video/sis/sis.h +++ b/drivers/video/sis/sis.h @@ -24,8 +24,6 @@ #ifndef _SIS_H_ #define _SIS_H_ -#include - #include "osdef.h" #include