Skip to content

Commit

Permalink
staging: csr: oska: remove refcount.c
Browse files Browse the repository at this point in the history
It's not called by anyone, so remove it and the .h file and don't export
the functions as they are not around anymore.

Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com>
Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com>
Cc: Riku Mettälä <riku.mettala@bluegiga.com>
Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Greg Kroah-Hartman committed Jul 20, 2012
1 parent e74927d commit 44bb4ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 142 deletions.
1 change: 0 additions & 1 deletion drivers/staging/csr/oska/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ obj-$(CONFIG_CSR_WIFI) := csr_oska.o

csr_oska-y := \
list.o \
refcount.o \
event.o \
oska_module.o \
print.o \
Expand Down
8 changes: 0 additions & 8 deletions drivers/staging/csr/oska/oska_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
*/
#include <linux/module.h>

#include "all.h"
#include "refcount.h"

EXPORT_SYMBOL(os_refcount_init);
EXPORT_SYMBOL(os_refcount_destroy);
EXPORT_SYMBOL(os_refcount_get);
EXPORT_SYMBOL(os_refcount_put);

MODULE_DESCRIPTION("Operating System Kernel Abstraction");
MODULE_AUTHOR("Cambridge Silicon Radio Ltd.");
MODULE_LICENSE("GPL and additional rights");
47 changes: 0 additions & 47 deletions drivers/staging/csr/oska/refcount.c

This file was deleted.

86 changes: 0 additions & 86 deletions drivers/staging/csr/oska/refcount.h

This file was deleted.

0 comments on commit 44bb4ac

Please sign in to comment.