From: Jesper Juhl Date: Sun, 20 Nov 2011 20:59:55 +0000 (+0100) Subject: Remove unneeded include of version.h from arch/hexagon/include/asm/spinlock_types.h X-Git-Tag: upstream/snapshot3+hdmi~7425^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfd46276fdf4e936259193a520d6bc1926800fb4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Richard Kuo --- diff --git a/arch/hexagon/include/asm/spinlock_types.h b/arch/hexagon/include/asm/spinlock_types.h index 5e937af..99b5a75 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 - #ifndef __LINUX_SPINLOCK_TYPES_H # error "please don't include this file directly" #endif