From 937472b00b666ecbf1464502f857ec63b024af72 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 31 Jul 2007 00:39:11 -0700 Subject: [PATCH] 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-format-patch failed