commit | 937472b00b666ecbf1464502f857ec63b024af72 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Jul 31 00:39:11 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jul 31 15:39:42 2007 -0700 |
tree | b557078de19c3370488cfed8ce45b261518ee09d | |
parent | 07ff8ee79e254ac07205d2c9c9e8fbe2f4b3e6e8 [diff] |
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>