Skip to content

Commit

Permalink
decnet: compile fix for removal of byteorder wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
hharrison authored and davem330 committed Nov 28, 2008
1 parent feea6a5 commit 475ad8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/dn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
{
Expand Down

0 comments on commit 475ad8e

Please sign in to comment.