aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dn.h
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-11-27 23:04:13 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-27 23:04:13 -0800
commit475ad8e2172d7f8b73af5532a8dad265b51339c2 (patch)
treef99d99118e8e8f4a514de9d14140474359438bc4 /include/net/dn.h
parentixgbe: section fixes (diff)
downloadlinux-dev-475ad8e2172d7f8b73af5532a8dad265b51339c2.tar.xz
linux-dev-475ad8e2172d7f8b73af5532a8dad265b51339c2.zip
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.h2
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 @@
#include <linux/dn.h>
#include <net/sock.h>
#include <asm/byteorder.h>
-#include <asm/unalignedh>
+#include <asm/unaligned.h>
struct dn_scp /* Session Control Port */
{