aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/mei_dev.h
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2013-01-08 16:07:15 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-08 19:40:45 -0500
commit9f81abdac3629629a246fdc9e2a7c01ffd52ce8a (patch)
tree4593dab5bdf44e200efe1fa72f3badb517cc8a12 /drivers/misc/mei/mei_dev.h
parent90e0b5f18569bdd03c5ddd1d8c99946f42af77b8 (diff)
mei: implement mei_cl_connect function
Implement mei_cl_connect that warps host client parts of the connection and leave the ioctl specifics in the mei_ioctl_connect_client function. Move mei_ioctl_connect_client to main.c where it belongs 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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h
index 5a1ac9a37e10..f3da1533c619 100644
--- a/drivers/misc/mei/mei_dev.h
+++ b/drivers/misc/mei/mei_dev.h
@@ -341,11 +341,6 @@ irqreturn_t mei_interrupt_thread_handler(int irq, void *dev_id);
341void mei_timer(struct work_struct *work); 341void mei_timer(struct work_struct *work);
342 342
343/* 343/*
344 * MEI input output function prototype
345 */
346int mei_ioctl_connect_client(struct file *file,
347 struct mei_connect_client_data *data);
348/*
349 * AMTHIF - AMT Host Interface Functions 344 * AMTHIF - AMT Host Interface Functions
350 */ 345 */
351void mei_amthif_reset_params(struct mei_device *dev); 346void mei_amthif_reset_params(struct mei_device *dev);