mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
staging/ozwpan: Remove empty and unused function oz_cdev_heartbeat
oz_cdev_heartbeat is empty and unused -> safe to remove. Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a7f74c3005
commit
89fe22b6ac
@ -525,9 +525,3 @@ void oz_cdev_rx(struct oz_pd *pd, struct oz_elt *elt)
|
||||
out:
|
||||
oz_cdev_release_ctx(ctx);
|
||||
}
|
||||
/*------------------------------------------------------------------------------
|
||||
* Context: softirq
|
||||
*/
|
||||
void oz_cdev_heartbeat(struct oz_pd *pd)
|
||||
{
|
||||
}
|
||||
|
@ -13,6 +13,5 @@ void oz_cdev_term(void);
|
||||
int oz_cdev_start(struct oz_pd *pd, int resume);
|
||||
void oz_cdev_stop(struct oz_pd *pd, int pause);
|
||||
void oz_cdev_rx(struct oz_pd *pd, struct oz_elt *elt);
|
||||
void oz_cdev_heartbeat(struct oz_pd *pd);
|
||||
|
||||
#endif /* _OZCDEV_H */
|
||||
|
Loading…
Reference in New Issue
Block a user