mei: remove mei_csr_clear_his prototype
The function mei_csr_clear_his is not implemented Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
a9f6b133ab
commit
528c8eb4e7
@@ -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);
|
||||
|
Reference in New Issue
Block a user