]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/tipc/subscr.c
net/tipc/subscr.c: don't use ___constant_swab32
[linux-2.6-omap-h63xx.git] / net / tipc / subscr.c
index 0326d3060bc7acdea0b0f9f158f92518192a538d..0747d8a9232f4f51cf7f0950b50a1a0ae9d7d85f 100644 (file)
@@ -85,7 +85,7 @@ static struct top_srv topsrv = { 0 };
 
 static u32 htohl(u32 in, int swap)
 {
-       return swap ? (u32)___constant_swab32(in) : in;
+       return swap ? swab32(in) : in;
 }
 
 /**