The function mei_csr_clear_his is not implemented Signed-off-by: Tomas Winkler <[email protected]> --- drivers/misc/mei/mei_dev.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h index e42db31..88fa194 100644 --- a/drivers/misc/mei/mei_dev.h +++ b/drivers/misc/mei/mei_dev.h @@ -386,11 +386,10 @@ void mei_watchdog_unregister(struct mei_device *dev); */ u32 mei_hcsr_read(const struct mei_device *dev); +void mei_hcsr_set(struct mei_device *dev); u32 mei_mecsr_read(const struct mei_device *dev); u32 mei_mecbrw_read(const struct mei_device *dev); -void mei_hcsr_set(struct mei_device *dev); -void mei_csr_clear_his(struct mei_device *dev); void mei_clear_interrupts(struct mei_device *dev); void mei_enable_interrupts(struct mei_device *dev); -- 1.7.4.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

