diff options
| author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2010-12-20 16:50:11 -0500 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2010-12-21 22:56:36 -0500 |
| commit | b5b7dda7b5d9126d531ffa212b6a89d72aeac90a (patch) | |
| tree | b636015d1783df666049114a44d4fffd36fc4b35 /drivers | |
| parent | 679c489fffe1ca426de1faa1ba51f0413149d139 (diff) | |
sisfb: delete HAVE_CONFIG_H checks
Delete unneeded HAVE_CONFIG_H checks.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: Thomas Winischhofer <thomas@winischhofer.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/sis/init.c | 4 | ||||
| -rw-r--r-- | drivers/video/sis/init301.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/drivers/video/sis/init.c b/drivers/video/sis/init.c index 31137adc8fba..5f49db145bbd 100644 --- a/drivers/video/sis/init.c +++ b/drivers/video/sis/init.c | |||
| @@ -56,10 +56,6 @@ | |||
| 56 | * Used by permission. | 56 | * Used by permission. |
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #ifdef HAVE_CONFIG_H | ||
| 60 | #include "config.h" | ||
| 61 | #endif | ||
| 62 | |||
| 63 | #include "init.h" | 59 | #include "init.h" |
| 64 | 60 | ||
| 65 | #ifdef CONFIG_FB_SIS_300 | 61 | #ifdef CONFIG_FB_SIS_300 |
diff --git a/drivers/video/sis/init301.c b/drivers/video/sis/init301.c index 9fa66fd4052a..e24c5ca52dae 100644 --- a/drivers/video/sis/init301.c +++ b/drivers/video/sis/init301.c | |||
| @@ -57,10 +57,6 @@ | |||
| 57 | * | 57 | * |
| 58 | */ | 58 | */ |
| 59 | 59 | ||
| 60 | #ifdef HAVE_CONFIG_H | ||
| 61 | #include "config.h" | ||
| 62 | #endif | ||
| 63 | |||
| 64 | #if 1 | 60 | #if 1 |
| 65 | #define SET_EMI /* 302LV/ELV: Set EMI values */ | 61 | #define SET_EMI /* 302LV/ELV: Set EMI values */ |
| 66 | #endif | 62 | #endif |
