提交 080dd51d 编写于 作者: M Maciej W. Rozycki 提交者: Linus Torvalds

[PATCH] mips: if_fddi.h: Add a missing inclusion

This is a change to include <linux/netdevice.h> in <linux/if_fddi.h> which is
needed for "struct fddi_statistics".
Signed-off-by: NMaciej W. Rozycki <macro@linux-mips.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 73fa186e
...@@ -103,6 +103,8 @@ struct fddihdr ...@@ -103,6 +103,8 @@ struct fddihdr
} __attribute__ ((packed)); } __attribute__ ((packed));
#ifdef __KERNEL__ #ifdef __KERNEL__
#include <linux/netdevice.h>
/* Define FDDI statistics structure */ /* Define FDDI statistics structure */
struct fddi_statistics { struct fddi_statistics {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册