staging: xgifb: delete vb_ext.{c,h}

Delete empty files.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Aaro Koskinen 2011-11-13 00:09:26 +02:00 committed by Greg Kroah-Hartman
parent 40544b0411
commit 15eac0f847
4 changed files with 1 additions and 21 deletions

View File

@ -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

View File

@ -1,15 +0,0 @@
#include <linux/io.h>
#include <linux/types.h>
#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 ************************
*************************************************************/

View File

@ -1,4 +0,0 @@
#ifndef _VBEXT_
#define _VBEXT_
#endif

View File

@ -10,7 +10,6 @@
#include "vb_util.h"
#include "vb_setmode.h"
#include "vb_init.h"
#include "vb_ext.h"
#include <linux/io.h>