Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e4cd27a authored by Tomas Winkler's avatar Tomas Winkler Committed by Greg Kroah-Hartman
Browse files

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: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cc99ecfd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
+0 −1
Original line number Diff line number Diff line
@@ -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)
+0 −1
Original line number Diff line number Diff line
@@ -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)
+2 −2
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@

#include "mei_dev.h"
#include "hbm.h"
#include "hw-me.h"
#include "client.h"


Loading