From: Ben Collins Date: Mon, 12 Jun 2006 22:16:25 +0000 (-0400) Subject: eth1394: replace __constant_htons by htons X-Git-Tag: v2.6.18-rc1~1094^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7136b8073f0123918e3e50269ae021bbb09e1a81;p=pandora-kernel.git eth1394: replace __constant_htons by htons ...and __constant_ntohs, __constant_ntohl, __constant_cpu_to_be32 too where possible. Htons and friends are resolved to constants in these places anyway. Also fix an endianess glitch in a log message, spotted by Alexey Dobriyan. Signed-off-by: Stefan Richter Signed-off-by: Ben Collins --- Reading git-diff-tree failed