From: Harvey Harrison Date: Sun, 18 Jan 2009 01:11:57 +0000 (-0800) Subject: IB: Remove __constant_{endian} uses X-Git-Tag: v2.6.30-rc1~665^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c3da0991754d480328eeaa2b90cb231a1cea9b6;p=pandora-kernel.git IB: Remove __constant_{endian} uses The base versions handle constant folding just fine, use them directly. The replacements are OK in the include/ files as they are not exported to userspace so we don't need the __ prefixed versions. This patch does not affect code generation at all. Signed-off-by: Harvey Harrison Signed-off-by: Roland Dreier --- Reading git-diff-tree failed