From: Mike Frysinger Date: Tue, 31 Jul 2007 07:39:11 +0000 (-0700) Subject: use __val in __get_unaligned X-Git-Tag: v2.6.23-rc2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=937472b00b666ecbf1464502f857ec63b024af72;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed