diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-11-28 02:04:13 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-28 02:04:13 -0500 |
commit | 475ad8e2172d7f8b73af5532a8dad265b51339c2 (patch) | |
tree | f99d99118e8e8f4a514de9d14140474359438bc4 /include/net/dn.h | |
parent | feea6a574d432e08cebf66d993a6ed1f310e0e5d (diff) |
decnet: compile fix for removal of byteorder wrapper
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dn.h')
-rw-r--r-- | include/net/dn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/dn.h b/include/net/dn.h index 7cd6bb83f7ab..e5469f7b67a3 100644 --- a/include/net/dn.h +++ b/include/net/dn.h | |||
@@ -4,7 +4,7 @@ | |||
4 | #include <linux/dn.h> | 4 | #include <linux/dn.h> |
5 | #include <net/sock.h> | 5 | #include <net/sock.h> |
6 | #include <asm/byteorder.h> | 6 | #include <asm/byteorder.h> |
7 | #include <asm/unalignedh> | 7 | #include <asm/unaligned.h> |
8 | 8 | ||
9 | struct dn_scp /* Session Control Port */ | 9 | struct dn_scp /* Session Control Port */ |
10 | { | 10 | { |