Merge branch 'x86/cpu' into x86/core
[cascardo/linux.git] / net / tipc / subscr.c
index 0326d30..0747d8a 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;
 }
 
 /**