staging: xgifb: unify #include order
Include Linux headers before driver's own headers. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
863c02af58
commit
4b4954621f
@ -1,7 +1,6 @@
|
||||
#include "vgatypes.h"
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/delay.h> /* udelay */
|
||||
#include "vgatypes.h"
|
||||
#include "XGIfb.h"
|
||||
|
||||
#include "vb_def.h"
|
||||
|
@ -1,10 +1,11 @@
|
||||
#include <linux/io.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#include "vb_def.h"
|
||||
#include "vgatypes.h"
|
||||
#include "vb_struct.h"
|
||||
|
||||
#include "XGIfb.h"
|
||||
#include <linux/io.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#include "vb_util.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user