diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-06-24 00:47:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-07-05 10:39:39 -0700 |
commit | 08a3901c52fb79cf626224d059611800035c6205 (patch) | |
tree | 6f464f7523c31501da5a15a156da985860acb4f6 /drivers | |
parent | 0de7586a11890b9fbf1cfc119adf2ba59841f41e (diff) | |
download | blackbird-obmc-linux-08a3901c52fb79cf626224d059611800035c6205.tar.gz blackbird-obmc-linux-08a3901c52fb79cf626224d059611800035c6205.zip |
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 <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/cxt1e1/sbecom_inline_linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <sys/types.h> #else #include <linux/types.h> -#include <linux/version.h> #if defined(CONFIG_SMP) && ! defined(__SMP__) #define __SMP__ #endif |