[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1227836478.5477.2.camel@brick>
Date: Thu, 27 Nov 2008 17:41:18 -0800
From: Harvey Harrison <harvey.harrison@...il.com>
To: David Miller <davem@...emloft.net>
Cc: Ingo Oeser <ioe-lkml@...eria.de>,
Steven Whitehouse <swhiteho@...hat.com>,
linux-netdev <netdev@...r.kernel.org>
Subject: [PATCH] decnet: compile fix for removal of byteorder wrapper
Signed-off-by: Harvey Harrison <harvey.harrison@...il.com>
---
Sorry Dave, I actually had a dirty working tree with an extra
copy of unaligned.h as unalignedh so it compiled here.
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 7cd6bb8..e5469f7 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 */
{
--
1.6.0.4.1044.g77718
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists