diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2012-12-25 12:06:11 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-07 13:31:29 -0500 |
commit | 8120e7201cf9795bc98ffb2e3064b657c0f34c05 (patch) | |
tree | b69cde5c2eb81a357f61aa464be98ccfde374a3b /drivers/misc/mei/mei_dev.h | |
parent | e46f187487a8c28e64417e51ba628746a5397838 (diff) |
mei: add common prefix to hbm function
1. use mei_hbm_ for basic host bus message function
2. use mei_hbm_cl prefix for host bus messages that operation
on behalf of a client
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/mei_dev.h')
-rw-r--r-- | drivers/misc/mei/mei_dev.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h index 1ea331ac2463..0ad32cc49c06 100644 --- a/drivers/misc/mei/mei_dev.h +++ b/drivers/misc/mei/mei_dev.h | |||
@@ -383,15 +383,6 @@ static inline bool mei_cl_cmp_id(const struct mei_cl *cl1, | |||
383 | } | 383 | } |
384 | 384 | ||
385 | 385 | ||
386 | |||
387 | /* | ||
388 | * MEI Host Client Functions | ||
389 | */ | ||
390 | void mei_host_start_message(struct mei_device *dev); | ||
391 | void mei_host_enum_clients_message(struct mei_device *dev); | ||
392 | int mei_host_client_enumerate(struct mei_device *dev); | ||
393 | void mei_host_client_init(struct work_struct *work); | ||
394 | |||
395 | /* | 386 | /* |
396 | * MEI interrupt functions prototype | 387 | * MEI interrupt functions prototype |
397 | */ | 388 | */ |