Skip to content

Commit

Permalink
[PATCH] mips: if_fddi.h: Add a missing inclusion
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maciej W. Rozycki authored and Linus Torvalds committed Dec 22, 2006
1 parent 73fa186 commit 080dd51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/if_fddi.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ struct fddihdr
} __attribute__ ((packed));

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

/* Define FDDI statistics structure */
struct fddi_statistics {

Expand Down

0 comments on commit 080dd51

Please sign in to comment.