Skip to content

Commit

Permalink
Staging: XGI: remove duplicated #include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Huang Weiyi authored and Greg Kroah-Hartman committed Jun 18, 2010
1 parent ab17a4a commit b8564d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <linux/fs.h>
#include <linux/types.h>
#include <linux/proc_fs.h>
#include <linux/kernel.h>

#include "osdef.h"

Expand Down
1 change: 0 additions & 1 deletion drivers/staging/xgifb/vb_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

#ifdef LINUX_KERNEL
#include <asm/io.h>
#include <linux/types.h>
#endif


Expand Down

0 comments on commit b8564d7

Please sign in to comment.