Remove unneeded include of version.h from arch/hexagon/include/asm/spinlock_types.h
authorJesper Juhl <jj@chaosbits.net>
Sun, 20 Nov 2011 20:59:55 +0000 (21:59 +0100)
committerRichard Kuo <rkuo@codeaurora.org>
Tue, 22 May 2012 23:40:45 +0000 (18:40 -0500)
"make versioncheck" points out that arch/hexagon/include/asm/spinlock_types.h
does not need to include version.h .
A quick look at the file seems to confirm its findings, so here's a patch that
removes the include.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
arch/hexagon/include/asm/spinlock_types.h

index 5e937af..99b5a75 100644 (file)
@@ -21,8 +21,6 @@
 #ifndef _ASM_SPINLOCK_TYPES_H
 #define _ASM_SPINLOCK_TYPES_H
 
-#include <linux/version.h>
-
 #ifndef __LINUX_SPINLOCK_TYPES_H
 # error "please don't include this file directly"
 #endif