From: Jesper Juhl Date: Thu, 23 Jun 2011 22:47:43 +0000 (+0200) Subject: Remove unneeded version.h include from drivers/staging/cxt1e1/sbecom_inline_linux.h X-Git-Tag: MMI-PSA29.97-13-9~18845^2~190 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=08a3901c52fb79cf626224d059611800035c6205;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git Remove unneeded version.h include from drivers/staging/cxt1e1/sbecom_inline_linux.h It was pointed out by 'make versioncheck' that include of linux/version.h is not needed in drivers/staging/cxt1e1/sbecom_inline_linux.h This patch removes it. Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/cxt1e1/sbecom_inline_linux.h b/drivers/staging/cxt1e1/sbecom_inline_linux.h index 501a331ded5b..c0563e68997b 100644 --- a/drivers/staging/cxt1e1/sbecom_inline_linux.h +++ b/drivers/staging/cxt1e1/sbecom_inline_linux.h @@ -47,7 +47,6 @@ #include #else #include -#include #if defined(CONFIG_SMP) && ! defined(__SMP__) #define __SMP__ #endif