diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /net/802/fddi.c | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'net/802/fddi.c')
-rw-r--r-- | net/802/fddi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/802/fddi.c b/net/802/fddi.c index 9cda40661e0..94b3ad08f39 100644 --- a/net/802/fddi.c +++ b/net/802/fddi.c | |||
@@ -27,6 +27,7 @@ | |||
27 | */ | 27 | */ |
28 | 28 | ||
29 | #include <linux/module.h> | 29 | #include <linux/module.h> |
30 | #include <asm/system.h> | ||
30 | #include <linux/types.h> | 31 | #include <linux/types.h> |
31 | #include <linux/kernel.h> | 32 | #include <linux/kernel.h> |
32 | #include <linux/string.h> | 33 | #include <linux/string.h> |
@@ -51,7 +52,7 @@ | |||
51 | 52 | ||
52 | static int fddi_header(struct sk_buff *skb, struct net_device *dev, | 53 | static int fddi_header(struct sk_buff *skb, struct net_device *dev, |
53 | unsigned short type, | 54 | unsigned short type, |
54 | const void *daddr, const void *saddr, unsigned int len) | 55 | const void *daddr, const void *saddr, unsigned len) |
55 | { | 56 | { |
56 | int hl = FDDI_K_SNAP_HLEN; | 57 | int hl = FDDI_K_SNAP_HLEN; |
57 | struct fddihdr *fddi; | 58 | struct fddihdr *fddi; |