diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2012-12-25 12:06:03 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-07 13:31:28 -0500 |
commit | 47a73801f498883ea3acccb8f6ff1b5c7a3553de (patch) | |
tree | 2040bce23f8409f6d4cf046d6ba361f5c49131cf /drivers/misc/mei/amthif.c | |
parent | 66ef5ea9b0984110eb62f46c40932d49707f89bb (diff) |
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>
Diffstat (limited to 'drivers/misc/mei/amthif.c')
-rw-r--r-- | drivers/misc/mei/amthif.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/misc/mei/amthif.c b/drivers/misc/mei/amthif.c index 77acd2349b1b..bb613f733309 100644 --- a/drivers/misc/mei/amthif.c +++ b/drivers/misc/mei/amthif.c | |||
@@ -31,10 +31,9 @@ | |||
31 | #include <linux/jiffies.h> | 31 | #include <linux/jiffies.h> |
32 | #include <linux/uaccess.h> | 32 | #include <linux/uaccess.h> |
33 | 33 | ||
34 | #include <linux/mei.h> | ||
34 | 35 | ||
35 | #include "mei_dev.h" | 36 | #include "mei_dev.h" |
36 | #include "hw.h" | ||
37 | #include <linux/mei.h> | ||
38 | #include "interface.h" | 37 | #include "interface.h" |
39 | 38 | ||
40 | const uuid_le mei_amthi_guid = UUID_LE(0x12f80028, 0xb4b7, 0x4b2d, 0xac, | 39 | const uuid_le mei_amthi_guid = UUID_LE(0x12f80028, 0xb4b7, 0x4b2d, 0xac, |