The patch titled mips: if_fddi.h: Add a missing inclusion has been added to the -mm tree. Its filename is mips-if_fddih-add-a-missing-inclusion.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: mips: if_fddi.h: Add a missing inclusion From: "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/if_fddi.h | 2 ++ 1 file changed, 2 insertions(+) diff -puN include/linux/if_fddi.h~mips-if_fddih-add-a-missing-inclusion include/linux/if_fddi.h --- a/include/linux/if_fddi.h~mips-if_fddih-add-a-missing-inclusion +++ a/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 { _ Patches currently in -mm which might be from macro@xxxxxxxxxxxxxx are mips-if_fddih-add-a-missing-inclusion.patch mips-turbochannel-update-to-the-driver-model.patch mips-turbochannel-support-for-the-decstation.patch mips-eisa-registration-with-config_eisa.patch mips-declance-driver-model-for-the-pmad-a.patch mips-pmag-ba-fb-convert-to-the-driver-model.patch mips-pmagb-b-fb-convert-to-the-driver-model.patch mips-dec_esp-driver-model-for-the-pmaz-a.patch i386-io_apic-fix-a-typo-in-an-irq-handler-name.patch tgafb-switch-to-framebuffer_alloc.patch tgafb-fix-copying-overlapping-areas.patch tgafb-support-the-directcolor-visual.patch tgafb-fix-the-mode-register-setting.patch tgafb-module-support-fixes.patch tgafb-sync-on-green-support-fixes.patch tgafb-fix-the-pci-id-table.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html