]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/mei/mei_dev.h
staging: mei: rename num_mei_me_clients to me_clients_num
[~andy/linux] / drivers / staging / mei / mei_dev.h
index 5aae6fd6e2c148420bcb0948bf210ed4286d7c02..904b1bfc33c1c3e2740348b2e09e7ce3160e56b3 100644 (file)
@@ -169,7 +169,6 @@ struct mei_cl {
 struct mei_io_list {
        struct mei_cl_cb mei_cb;
        int status;
-       struct mei_device *device_extension;
 };
 
 /* MEI private device struct */
@@ -237,7 +236,7 @@ struct mei_device {
        struct mei_me_client *me_clients; /* Note: memory has to be allocated */
        DECLARE_BITMAP(me_clients_map, MEI_CLIENTS_MAX);
        DECLARE_BITMAP(host_clients_map, MEI_CLIENTS_MAX);
-       u8 num_mei_me_clients;
+       u8 me_clients_num;
        u8 me_client_presentation_num;
        u8 me_client_index;
        bool mei_host_buffer_is_empty;
@@ -265,7 +264,6 @@ struct mei_device {
        bool iamthif_flow_control_pending;
        bool iamthif_ioctl;
        bool iamthif_canceled;
-       u8 write_hang;
 };