]> git.baikalelectronics.ru Git - kernel.git/commit
net/tipc/subscr.c: don't use ___constant_swab32
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 13 Aug 2008 09:32:06 +0000 (02:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Aug 2008 09:32:06 +0000 (02:32 -0700)
commit2d86ba499e65cffe27ab3e862c997093d8941bde
treedebbd49b15de9ec4669138fb7fe138bf1c1c2b3d
parent8010e6b67a0c56e04d76534e37ec73c8f417a337
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>
net/tipc/subscr.c