diff options
author | Michal Piotrowski <michal.k.k.piotrowski@gmail.com> | 2006-10-03 04:14:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 11:04:11 -0400 |
commit | 31df9ee8c63a8d9459358e9d4be17e331f63de76 (patch) | |
tree | 10f08b6b1b63aade0a6e3bf1fc949bc1dad30ef6 | |
parent | db3affc0b256162a957253b4eaedb202885bb38d (diff) |
[PATCH] drivers/video/sis/osdef.h: removal of old code
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Thomas Winischhofer <thomas@winischhofer.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/video/sis/osdef.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/sis/osdef.h b/drivers/video/sis/osdef.h index f59568020eb2..d048bd39961b 100644 --- a/drivers/video/sis/osdef.h +++ b/drivers/video/sis/osdef.h | |||
@@ -100,11 +100,7 @@ | |||
100 | #define SIS315H | 100 | #define SIS315H |
101 | #endif | 101 | #endif |
102 | 102 | ||
103 | #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0) | ||
104 | #define SIS_LINUX_KERNEL_26 | 103 | #define SIS_LINUX_KERNEL_26 |
105 | #else | ||
106 | #define SIS_LINUX_KERNEL_24 | ||
107 | #endif | ||
108 | 104 | ||
109 | #if !defined(SIS300) && !defined(SIS315H) | 105 | #if !defined(SIS300) && !defined(SIS315H) |
110 | #warning Neither CONFIG_FB_SIS_300 nor CONFIG_FB_SIS_315 is set | 106 | #warning Neither CONFIG_FB_SIS_300 nor CONFIG_FB_SIS_315 is set |