Archived
14
0
Fork 0

Staging: XGI: remove duplicated #include

Remove duplicated #include('s) in
  drivers/staging/xgifb/XGI_main_26.c
  drivers/staging/xgifb/vb_init.c

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Huang Weiyi 2010-06-05 22:43:09 +08:00 committed by Greg Kroah-Hartman
parent ab17a4ac32
commit b8564d7b38
2 changed files with 0 additions and 2 deletions

View file

@ -28,7 +28,6 @@
#include <linux/fs.h>
#include <linux/types.h>
#include <linux/proc_fs.h>
#include <linux/kernel.h>
#include "osdef.h"

View file

@ -41,7 +41,6 @@
#ifdef LINUX_KERNEL
#include <asm/io.h>
#include <linux/types.h>
#endif