there is no code present except the module info, and header inclusions

remove this unneeded file

Signed-off-by: Devendra Naga <[email protected]>
---
 drivers/staging/csr/Makefile   |    1 -
 drivers/staging/csr/csr_util.c |   15 ---------------
 2 files changed, 16 deletions(-)
 delete mode 100644 drivers/staging/csr/csr_util.c

diff --git a/drivers/staging/csr/Makefile b/drivers/staging/csr/Makefile
index ab626ed..ed7ffe8 100644
--- a/drivers/staging/csr/Makefile
+++ b/drivers/staging/csr/Makefile
@@ -66,7 +66,6 @@ csr_wifi-y := bh.o                            \
                wext_events.o
 
 csr_helper-y :=        csr_time.o                      \
-               csr_util.o                      \
                csr_framework_ext.o             \
                csr_wifi_serialize_primitive_types.o    \
                csr_serialize_primitive_types.o \
diff --git a/drivers/staging/csr/csr_util.c b/drivers/staging/csr/csr_util.c
deleted file mode 100644
index c3aa9d5..0000000
--- a/drivers/staging/csr/csr_util.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/*****************************************************************************
-
-            (c) Cambridge Silicon Radio Limited 2010
-            All rights reserved and confidential information of CSR
-
-            Refer to LICENSE.txt included with this source for details
-            on the license terms.
-
-*****************************************************************************/
-
-#include <linux/module.h>
-
-MODULE_DESCRIPTION("CSR Operating System Kernel Abstraction");
-MODULE_AUTHOR("Cambridge Silicon Radio Ltd.");
-MODULE_LICENSE("GPL and additional rights");
-- 
1.7.9.5

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to