| Submitter | Harvey Harrison |
|---|---|
| Date | Nov. 28, 2008, 1:41 a.m. |
| Message ID | <1227836478.5477.2.camel@brick> |
| Download | mbox | patch |
| Permalink | /patch/11275/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
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. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
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 */ {
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(-)