mei: include local headers after the system ones

first include linux/mei.h then only local headers
to avoid possible false dependencies

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Tomas Winkler
2012-12-25 19:06:03 +02:00
committed by Greg Kroah-Hartman
parent 66ef5ea9b0
commit 47a73801f4
7 changed files with 15 additions and 14 deletions

View File

@@ -37,8 +37,9 @@
#include <linux/interrupt.h>
#include <linux/miscdevice.h>
#include "mei_dev.h"
#include <linux/mei.h>
#include "mei_dev.h"
#include "interface.h"
/* AMT device is a singleton on the platform */