mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2024-11-24 20:39:48 +00:00
[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: Maciej 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: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
73fa186e28
commit
080dd51d81
@ -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 {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user