Signed-off-by: Tomas Winkler <tomas.winkler@xxxxxxxxx> Signed-off-by: Oren Weil <oren.jer.weil@xxxxxxxxx> --- drivers/staging/mei/mei_dev.h | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/staging/mei/mei_dev.h b/drivers/staging/mei/mei_dev.h index 6f3ec06..3059080 100644 --- a/drivers/staging/mei/mei_dev.h +++ b/drivers/staging/mei/mei_dev.h @@ -280,12 +280,10 @@ int mei_task_initialize_clients(void *data); int mei_initialize_clients(struct mei_device *dev); struct mei_cl *mei_alloc_file_private(struct mei_device *dev); int mei_disconnect_host_client(struct mei_device *dev, struct mei_cl *cl); -void mei_initialize_list(struct mei_io_list *list, - struct mei_device *dev); +void mei_initialize_list(struct mei_io_list *list, struct mei_device *dev); void mei_flush_list(struct mei_io_list *list, struct mei_cl *cl); void mei_flush_queues(struct mei_device *dev, struct mei_cl *cl); -void mei_remove_client_from_file_list(struct mei_device *dev, - u8 host_client_id); +void mei_remove_client_from_file_list(struct mei_device *dev, u8 host_client_id); void host_init_iamthif(struct mei_device *dev); void mei_init_file_private(struct mei_cl *priv, struct mei_device *dev); void allocate_me_clients_storage(struct mei_device *dev); @@ -339,8 +337,7 @@ int mei_find_me_client_index(const struct mei_device *dev, uuid_le cuuid); * * returns the byte read. */ -static inline u32 mei_reg_read(struct mei_device *dev, - unsigned long offset) +static inline u32 mei_reg_read(struct mei_device *dev, unsigned long offset) { return ioread32(dev->mem_addr + offset); } -- 1.7.4.4 --------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel