use __val in __get_unaligned
authorMike Frysinger <vapier@gentoo.org>
Tue, 31 Jul 2007 07:39:11 +0000 (00:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 31 Jul 2007 22:39:42 +0000 (15:39 -0700)
commit937472b00b666ecbf1464502f857ec63b024af72
treeb557078de19c3370488cfed8ce45b261518ee09d
parent07ff8ee79e254ac07205d2c9c9e8fbe2f4b3e6e8
use __val in __get_unaligned

Use "__val" rather than "val" in the __get_unaligned macro in
asm-generic/unaligned.h.  This way gcc wont warn if you happen to also name
something in the same scope "val".

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-generic/unaligned.h