summaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/XGIfb.h
diff options
context:
space:
mode:
authorPeter Huewe <peterhuewe@gmx.de>2012-01-15 19:22:11 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-09 09:21:56 -0800
commitb33704dffa36f3ed972602ea9ef8b46d3d5e3b06 (patch)
treec051fb590d4a0e8b93208b49e80c91617a8813a7 /drivers/staging/xgifb/XGIfb.h
parente24b0a3f0c9ab95a7910458f3b4d90fdf19954e2 (diff)
staging/xgifb: Include sis headers
This patch includes the headers of the sis driver and reorders some includes. Since the xgi driver used to redefine a lot of stuff from the sis driver, we can simply include the headers of the sis driver itself, so we can remove duplicated stuff later on. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/xgifb/XGIfb.h b/drivers/staging/xgifb/XGIfb.h
index 2c866bb65a00..37bb730de047 100644
--- a/drivers/staging/xgifb/XGIfb.h
+++ b/drivers/staging/xgifb/XGIfb.h
@@ -3,8 +3,8 @@
#include <linux/ioctl.h>
#include <linux/types.h>
-#include "vb_struct.h"
#include "vgatypes.h"
+#include "vb_struct.h"
enum xgifb_display_type {
XGIFB_DISP_NONE = 0,