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
2 changed files with 0 additions and 7 deletions
|
@ -525,9 +525,3 @@ void oz_cdev_rx(struct oz_pd *pd, struct oz_elt *elt)
|
||||||
out:
|
out:
|
||||||
oz_cdev_release_ctx(ctx);
|
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);
|
int oz_cdev_start(struct oz_pd *pd, int resume);
|
||||||
void oz_cdev_stop(struct oz_pd *pd, int pause);
|
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_rx(struct oz_pd *pd, struct oz_elt *elt);
|
||||||
void oz_cdev_heartbeat(struct oz_pd *pd);
|
|
||||||
|
|
||||||
#endif /* _OZCDEV_H */
|
#endif /* _OZCDEV_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue