commit | 6ced0b3f1e1c089caf8798485423a093744b6a48 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Wed Aug 13 02:32:06 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 13 02:32:06 2008 -0700 |
tree | debbd49b15de9ec4669138fb7fe138bf1c1c2b3d | |
parent | 83f36f3f35f4f83fa346bfff58a5deabc78370e5 [diff] |
net/tipc/subscr.c: don't use ___constant_swab32 It's an internal implementation detail which we _should_ be free to change. So we did, and it promptly broke. The compiler shold be able to work out when to use the __constant version anyway. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>