Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354534
b: refs/heads/master
c: 89fe22b
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Feb 15, 2013
1 parent aa7cd0e commit 55b118c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a7f74c3005cf6830a20d71c4e1d8d6d77443e5cb
refs/heads/master: 89fe22b6acd394c2c4bcdcbc779ddf0e4730fbc9
6 changes: 0 additions & 6 deletions trunk/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 trunk/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 55b118c

Please sign in to comment.