]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[NET]: linux/if_tr.h needs asm/byteorder.h
authorTom Rini <trini@kernel.crashing.org>
Mon, 13 Jun 2005 20:57:10 +0000 (13:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Jun 2005 20:57:10 +0000 (13:57 -0700)
commit03722adce90a248d0bea77d390decbd05991e2d2
treedb63362ac8061e61914029974039264fcbee4d63
parentc0105338eb4e61e537ca34ae06921177cb6efcf0
[NET]: linux/if_tr.h needs asm/byteorder.h

<linux/if_tr.h> uses __be16, but does not directly include
<asm/byteorder.h>.  Add this in, so that dhcp/net-tools token ring code
can compile again.

Signed-off-by: Tom Rini <trini@kernel.crashing.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_tr.h