commit | ea6b101d8a3ea4e1dec29df31188c2f9852296fe | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Aug 09 17:20:18 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Aug 09 20:45:04 2010 -0700 |
tree | d4ec831d266914d72dbe028388260b8f7dfca6da | |
parent | 7387be3373277005c171b9f1509e91fae2e430f3 [diff] |
include/linux/compiler-gcc.h: use __same_type() in __must_be_array() We should use the __same_type() helper in __must_be_array(). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reported-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>