From b5b7dda7b5d9126d531ffa212b6a89d72aeac90a Mon Sep 17 00:00:00 2001 From: Aaro Koskinen Date: Mon, 20 Dec 2010 23:50:11 +0200 Subject: [PATCH] sisfb: delete HAVE_CONFIG_H checks Delete unneeded HAVE_CONFIG_H checks. Signed-off-by: Aaro Koskinen Cc: Thomas Winischhofer Signed-off-by: Paul Mundt --- drivers/video/sis/init.c | 4 ---- drivers/video/sis/init301.c | 4 ---- 2 files changed, 8 deletions(-) diff --git a/drivers/video/sis/init.c b/drivers/video/sis/init.c index 31137adc8fb..5f49db145bb 100644 --- a/drivers/video/sis/init.c +++ b/drivers/video/sis/init.c @@ -56,10 +56,6 @@ * Used by permission. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include "init.h" #ifdef CONFIG_FB_SIS_300 diff --git a/drivers/video/sis/init301.c b/drivers/video/sis/init301.c index 9fa66fd4052..e24c5ca52da 100644 --- a/drivers/video/sis/init301.c +++ b/drivers/video/sis/init301.c @@ -57,10 +57,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #if 1 #define SET_EMI /* 302LV/ELV: Set EMI values */ #endif -- 2.41.0