Skip to content

Commit

Permalink
Staging: csr: remove oska compat functions
Browse files Browse the repository at this point in the history
These functions were for older kernel versions, which we aren't
supporting anymore now that this is in the kernel.  So remove the files,
they are no longer needed.

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 194ccca commit 7a72e41
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 255 deletions.
1 change: 0 additions & 1 deletion drivers/staging/csr/oska/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ obj-$(CONFIG_CSR_WIFI) := csr_oska.o
csr_oska-y := \
list.o \
refcount.o \
compat.o \
event.o \
oska_module.o \
print.o \
Expand Down
54 changes: 0 additions & 54 deletions drivers/staging/csr/oska/compat.c

This file was deleted.

199 changes: 0 additions & 199 deletions drivers/staging/csr/oska/kernel-compat.h

This file was deleted.

2 changes: 1 addition & 1 deletion drivers/staging/csr/oska/mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

#include <linux/kernel.h>
#include <linux/mutex.h>
#include <linux/semaphore.h>

#include "kernel-compat.h"

/* Real mutexes were only added to 2.6.16 so use semaphores
instead. */
Expand Down

0 comments on commit 7a72e41

Please sign in to comment.