Commit 47a73801 authored by Tomas Winkler's avatar Tomas Winkler Committed by Greg Kroah-Hartman

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: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 66ef5ea9
......@@ -31,10 +31,9 @@
#include <linux/jiffies.h>
#include <linux/uaccess.h>
#include <linux/mei.h>
#include "mei_dev.h"
#include "hw.h"
#include <linux/mei.h>
#include "interface.h"
const uuid_le mei_amthi_guid = UUID_LE(0x12f80028, 0xb4b7, 0x4b2d, 0xac,
......
......@@ -19,10 +19,10 @@
#include <linux/wait.h>
#include <linux/delay.h>
#include <linux/mei.h>
#include "mei_dev.h"
#include "hw.h"
#include "interface.h"
#include <linux/mei.h>
const char *mei_dev_state_str(int state)
{
......
......@@ -15,8 +15,9 @@
*/
#include <linux/pci.h>
#include "mei_dev.h"
#include <linux/mei.h>
#include "mei_dev.h"
#include "interface.h"
......
......@@ -21,9 +21,9 @@
#include <linux/fs.h>
#include <linux/jiffies.h>
#include "mei_dev.h"
#include <linux/mei.h>
#include "hw.h"
#include "mei_dev.h"
#include "interface.h"
......
......@@ -33,9 +33,9 @@
#include <linux/uaccess.h>
#include "mei_dev.h"
#include "hw.h"
#include <linux/mei.h>
#include "mei_dev.h"
#include "interface.h"
/**
......
......@@ -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 */
......
......@@ -21,10 +21,10 @@
#include <linux/sched.h>
#include <linux/watchdog.h>
#include <linux/mei.h>
#include "mei_dev.h"
#include "hw.h"
#include "interface.h"
#include <linux/mei.h>
static const u8 mei_start_wd_params[] = { 0x02, 0x12, 0x13, 0x10 };
static const u8 mei_stop_wd_params[] = { 0x02, 0x02, 0x14, 0x10 };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment