summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/hw.h
diff options
context:
space:
mode:
authorTomas Winkler2012-12-25 18:06:05 +0100
committerGreg Kroah-Hartman2013-01-07 19:31:28 +0100
commitdb7da79df1a9eafb4f07653bf9011537325a9b62 (patch)
treed5612ef4f7203ea4ac7a0d34d6378f16b4ffc513 /drivers/misc/mei/hw.h
parentmei: kill not used BAR0 length and base variables (diff)
downloadkernel-qcow2-linux-db7da79df1a9eafb4f07653bf9011537325a9b62.tar.gz
kernel-qcow2-linux-db7da79df1a9eafb4f07653bf9011537325a9b62.tar.xz
kernel-qcow2-linux-db7da79df1a9eafb4f07653bf9011537325a9b62.zip
mei: mei_me_client is not hw API move to mei_dev.h
Move struct mei_me_client from hw.h to mei_dev.h as it is not part of the hardware API. The structutre doesn't have to be packed. Add kdoc for this structure. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/hw.h')
-rw-r--r--drivers/misc/mei/hw.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/misc/mei/hw.h b/drivers/misc/mei/hw.h
index ba7d06ce8858..6ebb369af668 100644
--- a/drivers/misc/mei/hw.h
+++ b/drivers/misc/mei/hw.h
@@ -230,11 +230,5 @@ struct hbm_flow_control {
u8 reserved[MEI_FC_MESSAGE_RESERVED_LENGTH];
} __packed;
-struct mei_me_client {
- struct mei_client_properties props;
- u8 client_id;
- u8 mei_flow_ctrl_creds;
-} __packed;
-
#endif