From e9d97914ab7564df77f626da10cf4c61a6ef462e Mon Sep 17 00:00:00 2001 From: Aaro Koskinen Date: Tue, 13 Sep 2011 22:49:32 +0300 Subject: [PATCH] --- yaml --- r: 268388 b: refs/heads/master c: 4b4954621ff57e168ebd77b7d2682308d13b4e7f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/xgifb/vb_init.c | 3 +-- trunk/drivers/staging/xgifb/vb_util.c | 5 +++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 14462949c710..e91552d9ff10 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 863c02af581e0d1b0cf57e9f3b785572bcfcd980 +refs/heads/master: 4b4954621ff57e168ebd77b7d2682308d13b4e7f diff --git a/trunk/drivers/staging/xgifb/vb_init.c b/trunk/drivers/staging/xgifb/vb_init.c index 262992ee70e5..c7fd406be1a4 100644 --- a/trunk/drivers/staging/xgifb/vb_init.c +++ b/trunk/drivers/staging/xgifb/vb_init.c @@ -1,7 +1,6 @@ -#include "vgatypes.h" - #include #include /* udelay */ +#include "vgatypes.h" #include "XGIfb.h" #include "vb_def.h" diff --git a/trunk/drivers/staging/xgifb/vb_util.c b/trunk/drivers/staging/xgifb/vb_util.c index ea2b795bfa50..b5c99891ead4 100644 --- a/trunk/drivers/staging/xgifb/vb_util.c +++ b/trunk/drivers/staging/xgifb/vb_util.c @@ -1,10 +1,11 @@ +#include +#include + #include "vb_def.h" #include "vgatypes.h" #include "vb_struct.h" #include "XGIfb.h" -#include -#include #include "vb_util.h"