mirror of https://gitee.com/openkylin/linux.git
mei: make me hw headers private to me hw.
Remove includes of me-hw.h and me-hw-regs.h headers from the mei generic code. The mei layer should not depend on hw specific headers Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cc99ecfdac
commit
6e4cd27a35
|
@ -34,7 +34,6 @@
|
|||
|
||||
#include "mei_dev.h"
|
||||
#include "hbm.h"
|
||||
#include "hw-me.h"
|
||||
#include "client.h"
|
||||
|
||||
const uuid_le mei_amthif_guid = UUID_LE(0x12f80028, 0xb4b7, 0x4b2d,
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <linux/mei_cl_bus.h>
|
||||
|
||||
#include "mei_dev.h"
|
||||
#include "hw-me.h"
|
||||
#include "client.h"
|
||||
|
||||
#define to_mei_cl_driver(d) container_of(d, struct mei_cl_driver, driver)
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
#include "mei_dev.h"
|
||||
#include "hbm.h"
|
||||
#include "hw-me.h"
|
||||
#include "client.h"
|
||||
|
||||
static const char *mei_cl_conn_status_str(enum mei_cl_connect_status status)
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
#include <linux/interrupt.h>
|
||||
|
||||
#include "mei_dev.h"
|
||||
#include "hw-me.h"
|
||||
|
||||
#include "hbm.h"
|
||||
|
||||
#include "hw-me.h"
|
||||
#include "hw-me-regs.h"
|
||||
|
||||
/**
|
||||
* mei_me_reg_read - Reads 32bit data from the mei device
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include "mei_dev.h"
|
||||
#include "hbm.h"
|
||||
#include "hw-me.h"
|
||||
#include "client.h"
|
||||
|
||||
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#include <linux/mei.h>
|
||||
|
||||
#include "mei_dev.h"
|
||||
#include "hw-me.h"
|
||||
#include "client.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <linux/mei_cl_bus.h>
|
||||
|
||||
#include "hw.h"
|
||||
#include "hw-me-regs.h"
|
||||
#include "hbm.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -39,8 +39,9 @@
|
|||
#include <linux/mei.h>
|
||||
|
||||
#include "mei_dev.h"
|
||||
#include "hw-me.h"
|
||||
#include "client.h"
|
||||
#include "hw-me-regs.h"
|
||||
#include "hw-me.h"
|
||||
|
||||
/* mei_pci_tbl - PCI Device ID Table */
|
||||
static DEFINE_PCI_DEVICE_TABLE(mei_me_pci_tbl) = {
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "mei_dev.h"
|
||||
#include "hbm.h"
|
||||
#include "hw-me.h"
|
||||
#include "client.h"
|
||||
|
||||
static const u8 mei_start_wd_params[] = { 0x02, 0x12, 0x13, 0x10 };
|
||||
|
|
Loading…
Reference in New Issue