diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-20 18:06:15 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-20 18:06:15 -0400 |
commit | 2c92e28ee5b53408cccc062d92ef04ba8980716e (patch) | |
tree | 413bdbe7c387898f0d61e28b5d1ab53bd93167d4 /drivers/staging | |
parent | ed51b4d84e7a11813bf09c5db41cedec18a69d50 (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ä <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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/csr/csr_util.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/csr/csr_util.c b/drivers/staging/csr/csr_util.c index 09dd754f214..c3aa9d509e5 100644 --- a/drivers/staging/csr/csr_util.c +++ b/drivers/staging/csr/csr_util.c | |||
@@ -8,12 +8,7 @@ | |||
8 | 8 | ||
9 | *****************************************************************************/ | 9 | *****************************************************************************/ |
10 | 10 | ||
11 | #include <linux/kernel.h> | ||
12 | #include <linux/module.h> | 11 | #include <linux/module.h> |
13 | #include <stdarg.h> | ||
14 | |||
15 | #include "csr_pmem.h" | ||
16 | #include "csr_util.h" | ||
17 | 12 | ||
18 | MODULE_DESCRIPTION("CSR Operating System Kernel Abstraction"); | 13 | MODULE_DESCRIPTION("CSR Operating System Kernel Abstraction"); |
19 | MODULE_AUTHOR("Cambridge Silicon Radio Ltd."); | 14 | MODULE_AUTHOR("Cambridge Silicon Radio Ltd."); |