Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 080dd51d authored by Maciej W. Rozycki's avatar Maciej W. Rozycki Committed by Linus Torvalds
Browse files

[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: default avatarMaciej 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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 73fa186e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -103,6 +103,8 @@ struct fddihdr
	} __attribute__ ((packed));

#ifdef __KERNEL__
#include <linux/netdevice.h>

/* Define FDDI statistics structure */
struct fddi_statistics {