mei: drop RECOVERING_FROM_RESET device state
[sfrench/cifs-2.6.git] / drivers / misc / mei / mei_dev.h
index 1a4b50ca4b3b6f6dd5a8edd92bb4d7f9a7a28ed0..091f50af18a4a05888974e006cdb12f5935dfc20 100644 (file)
@@ -97,7 +97,6 @@ enum mei_dev_state {
        MEI_DEV_ENABLED,
        MEI_DEV_RESETING,
        MEI_DEV_DISABLED,
-       MEI_DEV_RECOVERING_FROM_RESET,
        MEI_DEV_POWER_DOWN,
        MEI_DEV_POWER_UP
 };
@@ -395,6 +394,7 @@ static inline u32 mei_data2slots(size_t length)
 void mei_device_init(struct mei_device *dev);
 void mei_reset(struct mei_device *dev, int interrupts);
 int mei_hw_init(struct mei_device *dev);
+void mei_stop(struct mei_device *dev);
 
 /*
  *  MEI interrupt functions prototype