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:

committed by
Greg Kroah-Hartman

parent
66ef5ea9b0
commit
47a73801f4
@@ -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 */
|
||||
|
Reference in New Issue
Block a user