mei: kill cached host and me csr values
[linux-2.6-block.git] / drivers / misc / mei / hw-me.h
index e6a59a62573ad65875ba419f76a81291c38041e7..e44ed1d039117fd42a5d5eae3bf7f129164d0f3c 100644 (file)
@@ -51,18 +51,11 @@ struct mei_cfg {
  *
  * @cfg: per device generation config and ops
  * @mem_addr:  io memory address
- * @host_hw_state: cached host state
- * @me_hw_state:   cached me (fw) state
  * @pg_state:      power gating state
  */
 struct mei_me_hw {
        const struct mei_cfg *cfg;
        void __iomem *mem_addr;
-       /*
-        * hw states of host and fw(ME)
-        */
-       u32 host_hw_state;
-       u32 me_hw_state;
        enum mei_pg_state pg_state;
 };