Skip to content

Commit

Permalink
Remove unneeded include of version.h from arch/hexagon/include/asm/sp…
Browse files Browse the repository at this point in the history
…inlock_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>
  • Loading branch information
Jesper Juhl authored and Richard Kuo committed May 22, 2012
1 parent 3c0f13b commit bfd4627
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/hexagon/include/asm/spinlock_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfd4627

Please sign in to comment.