From: Greg Kroah-Hartman Date: Fri, 20 Jul 2012 22:06:15 +0000 (-0700) Subject: stating: csr: remove unneeded #includes in csr_util.c X-Git-Tag: v3.6-rc1~100^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c92e28ee5b53408cccc062d92ef04ba8980716e;p=platform%2Fkernel%2Flinux-3.10.git 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ä Cc: Lauri Hintsala Cc: Riku Mettälä Cc: Veli-Pekka Peltola Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/csr/csr_util.c b/drivers/staging/csr/csr_util.c index 09dd754..c3aa9d5 100644 --- a/drivers/staging/csr/csr_util.c +++ b/drivers/staging/csr/csr_util.c @@ -8,12 +8,7 @@ *****************************************************************************/ -#include #include -#include - -#include "csr_pmem.h" -#include "csr_util.h" MODULE_DESCRIPTION("CSR Operating System Kernel Abstraction"); MODULE_AUTHOR("Cambridge Silicon Radio Ltd.");