* [PATCH] decnet: compile fix for removal of byteorder wrapper
@ 2008-11-28 1:41 Harvey Harrison
2008-11-28 7:04 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Harvey Harrison @ 2008-11-28 1:41 UTC (permalink / raw)
To: David Miller; +Cc: Ingo Oeser, Steven Whitehouse, linux-netdev
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] decnet: compile fix for removal of byteorder wrapper
2008-11-28 1:41 [PATCH] decnet: compile fix for removal of byteorder wrapper Harvey Harrison
@ 2008-11-28 7:04 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-11-28 7:04 UTC (permalink / raw)
To: harvey.harrison; +Cc: ioe-lkml, swhiteho, netdev
From: Harvey Harrison <harvey.harrison@gmail.com>
Date: Thu, 27 Nov 2008 17:41:18 -0800
> Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
> ---
> Sorry Dave, I actually had a dirty working tree with an extra
> copy of unaligned.h as unalignedh so it compiled here.
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-28 7:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-28 1:41 [PATCH] decnet: compile fix for removal of byteorder wrapper Harvey Harrison
2008-11-28 7:04 ` David Miller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.