diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2006-12-22 01:11:04 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-22 08:55:50 -0800 |
commit | 080dd51d81c8a9373303e9c344bbc75aacf54dce (patch) | |
tree | 03089814445a08df7ab55769cca4631070286df2 | |
parent | 73fa186e28a04cf9ca79c9c0b6fd736bc556c7a7 (diff) | |
download | linux-3.10-080dd51d81c8a9373303e9c344bbc75aacf54dce.tar.gz linux-3.10-080dd51d81c8a9373303e9c344bbc75aacf54dce.tar.bz2 linux-3.10-080dd51d81c8a9373303e9c344bbc75aacf54dce.zip |
[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>
-rw-r--r-- | include/linux/if_fddi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/if_fddi.h b/include/linux/if_fddi.h index e0a15004620..4aba6b0ad41 100644 --- a/include/linux/if_fddi.h +++ b/include/linux/if_fddi.h @@ -103,6 +103,8 @@ struct fddihdr } __attribute__ ((packed)); #ifdef __KERNEL__ +#include <linux/netdevice.h> + /* Define FDDI statistics structure */ struct fddi_statistics { |