]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging/ozwpan: Remove empty and unused function oz_cdev_heartbeat
authorPeter Huewe <peterhuewe@gmx.de>
Fri, 15 Feb 2013 20:17:23 +0000 (21:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Feb 2013 23:14:30 +0000 (15:14 -0800)
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>
drivers/staging/ozwpan/ozcdev.c
drivers/staging/ozwpan/ozcdev.h

index 04e0054cf5d089aa576ab9a32c7146a2a8949ec4..89d454e2b8a14ec098818418c841b2de08591b60 100644 (file)
@@ -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)
-{
-}
index 698014bb8d7293cd554b59b58ae349e2a481fe0b..dd11935a093f4c48e087dddcba8b29be58df1b89 100644 (file)
@@ -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 */