projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feea6a5
)
decnet: compile fix for removal of byteorder wrapper
author
Harvey Harrison
<harvey.harrison@gmail.com>
Fri, 28 Nov 2008 07:04:13 +0000
(23:04 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 28 Nov 2008 07:04:13 +0000
(23:04 -0800)
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dn.h
patch
|
blob
|
history
diff --git
a/include/net/dn.h
b/include/net/dn.h
index
7cd6bb8
..
e5469f7
100644
(file)
--- 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 */
{