mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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:
parent
a9f6b133ab
commit
528c8eb4e7
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue