aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2012-07-20 15:06:15 -0700
committerGreg Kroah-Hartman <[email protected]>2012-07-20 15:06:15 -0700
commit2c92e28ee5b53408cccc062d92ef04ba8980716e (patch)
tree413bdbe7c387898f0d61e28b5d1ab53bd93167d4
parented51b4d84e7a11813bf09c5db41cedec18a69d50 (diff)
stating: csr: remove unneeded #includes in csr_util.c
This .c file only holds the MODULE_* stuff for the module, so remove the other #include calls as they are not needed anymore. Cc: Mikko Virkkilä <[email protected]> Cc: Lauri Hintsala <[email protected]> Cc: Riku Mettälä <[email protected]> Cc: Veli-Pekka Peltola <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/csr/csr_util.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/csr/csr_util.c b/drivers/staging/csr/csr_util.c
index 09dd754f2144..c3aa9d509e5c 100644
--- a/drivers/staging/csr/csr_util.c
+++ b/drivers/staging/csr/csr_util.c
@@ -8,12 +8,7 @@
*****************************************************************************/
-#include <linux/kernel.h>
#include <linux/module.h>
-#include <stdarg.h>
-
-#include "csr_pmem.h"
-#include "csr_util.h"
MODULE_DESCRIPTION("CSR Operating System Kernel Abstraction");
MODULE_AUTHOR("Cambridge Silicon Radio Ltd.");