From 15eac0f8471e2be2ba8b7f80782eb758efd15233 Mon Sep 17 00:00:00 2001 From: Aaro Koskinen Date: Sun, 13 Nov 2011 00:09:26 +0200 Subject: [PATCH] staging: xgifb: delete vb_ext.{c,h} Delete empty files. Signed-off-by: Aaro Koskinen Signed-off-by: Greg Kroah-Hartman --- drivers/staging/xgifb/Makefile | 2 +- drivers/staging/xgifb/vb_ext.c | 15 --------------- drivers/staging/xgifb/vb_ext.h | 4 ---- drivers/staging/xgifb/vb_init.c | 1 - 4 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 drivers/staging/xgifb/vb_ext.c delete mode 100644 drivers/staging/xgifb/vb_ext.h diff --git a/drivers/staging/xgifb/Makefile b/drivers/staging/xgifb/Makefile index 3c8c7de..55e5199 100644 --- a/drivers/staging/xgifb/Makefile +++ b/drivers/staging/xgifb/Makefile @@ -1,4 +1,4 @@ obj-$(CONFIG_FB_XGI) += xgifb.o -xgifb-y := XGI_main_26.o vb_init.o vb_setmode.o vb_util.o vb_ext.o +xgifb-y := XGI_main_26.o vb_init.o vb_setmode.o vb_util.o diff --git a/drivers/staging/xgifb/vb_ext.c b/drivers/staging/xgifb/vb_ext.c deleted file mode 100644 index ee89000..0000000 --- a/drivers/staging/xgifb/vb_ext.c +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include -#include "XGIfb.h" - -#include "vb_def.h" -#include "vgatypes.h" -#include "vb_struct.h" -#include "vb_util.h" -#include "vb_setmode.h" -#include "vb_ext.h" - -/************************************************************** - *********************** Dynamic Sense ************************ - *************************************************************/ - diff --git a/drivers/staging/xgifb/vb_ext.h b/drivers/staging/xgifb/vb_ext.h deleted file mode 100644 index 894223d..0000000 --- a/drivers/staging/xgifb/vb_ext.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef _VBEXT_ -#define _VBEXT_ - -#endif diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c index 159ac02..9b86f4f 100644 --- a/drivers/staging/xgifb/vb_init.c +++ b/drivers/staging/xgifb/vb_init.c @@ -10,7 +10,6 @@ #include "vb_util.h" #include "vb_setmode.h" #include "vb_init.h" -#include "vb_ext.h" #include -- 2.7.4