From: Harvey Harrison <harvey.harrison@gmail.com>
To: David Miller <davem@davemloft.net>
Cc: Ingo Oeser <ioe-lkml@rameria.de>,
Steven Whitehouse <swhiteho@redhat.com>,
linux-netdev <netdev@vger.kernel.org>
Subject: [PATCH] decnet: compile fix for removal of byteorder wrapper
Date: Thu, 27 Nov 2008 17:41:18 -0800 [thread overview]
Message-ID: <1227836478.5477.2.camel@brick> (raw)
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
next reply other threads:[~2008-11-28 1:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-28 1:41 Harvey Harrison [this message]
2008-11-28 7:04 ` [PATCH] decnet: compile fix for removal of byteorder wrapper David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1227836478.5477.2.camel@brick \
--to=harvey.harrison@gmail.com \
--cc=davem@davemloft.net \
--cc=ioe-lkml@rameria.de \
--cc=netdev@vger.kernel.org \
--cc=swhiteho@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.