diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-11-20 21:59:55 +0100 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2012-05-22 18:40:45 -0500 |
commit | bfd46276fdf4e936259193a520d6bc1926800fb4 (patch) | |
tree | 3451f8a1a794b73cdc26644b0ee1a70bddcb523c /arch/hexagon/include | |
parent | 3c0f13bcdd4491d33f866e0ebd9286556ef13d8d (diff) | |
download | linux-3.10-bfd46276fdf4e936259193a520d6bc1926800fb4.tar.gz linux-3.10-bfd46276fdf4e936259193a520d6bc1926800fb4.tar.bz2 linux-3.10-bfd46276fdf4e936259193a520d6bc1926800fb4.zip |
Remove unneeded include of version.h from arch/hexagon/include/asm/spinlock_types.h
"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>
Diffstat (limited to 'arch/hexagon/include')
-rw-r--r-- | arch/hexagon/include/asm/spinlock_types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/hexagon/include/asm/spinlock_types.h b/arch/hexagon/include/asm/spinlock_types.h index 5e937af1c4a..99b5a7575c2 100644 --- a/arch/hexagon/include/asm/spinlock_types.h +++ b/arch/hexagon/include/asm/spinlock_types.h @@ -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 |