Skip to content

Commit

Permalink
staging/ozwpan: Remove empty and unused function oz_cdev_heartbeat
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Feb 15, 2013
1 parent a7f74c3 commit 89fe22b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions drivers/staging/ozwpan/ozcdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}
1 change: 0 additions & 1 deletion drivers/staging/ozwpan/ozcdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 89fe22b

Please sign in to comment.