diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2012-06-14 00:21:42 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-13 17:14:49 -0700 |
commit | f3ca589baf317d61b87c409e205bfaf740169710 (patch) | |
tree | b342342e5a9dec65e2019bd74d841ada1a4b36df /drivers/staging/xgifb/XGIfb.h | |
parent | ac326fb96bdf720ceb4871a7219073c5fc257595 (diff) |
staging/xgifb: Remove superfluous header includes
This patch removes all unnecessary, redundant and superfluous header
includes from xgifb.
Tested on hp t5325 (XGI Z11)
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xgifb/XGIfb.h')
-rw-r--r-- | drivers/staging/xgifb/XGIfb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/xgifb/XGIfb.h b/drivers/staging/xgifb/XGIfb.h index 9068c5ad76e..741bba351cf 100644 --- a/drivers/staging/xgifb/XGIfb.h +++ b/drivers/staging/xgifb/XGIfb.h @@ -1,8 +1,5 @@ #ifndef _LINUX_XGIFB #define _LINUX_XGIFB -#include <linux/ioctl.h> -#include <linux/types.h> - #include "vgatypes.h" #include "vb_struct.h" |