| To: | "Maciej W. Rozycki" <macro@linux-mips.org> |
|---|---|
| Subject: | Re: [PATCH 2.6.20-rc1 05/10] if_fddi.h: Add a missing inclusion |
| From: | Andrew Morton <akpm@osdl.org> |
| Date: | Wed, 20 Dec 2006 20:55:55 -0800 |
| Cc: | Jeff Garzik <jgarzik@pobox.com>, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org |
| In-reply-to: | <Pine.LNX.4.64N.0612201113410.11005@blysk.ds.pg.gda.pl> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <Pine.LNX.4.64N.0612201113410.11005@blysk.ds.pg.gda.pl> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Wed, 20 Dec 2006 12:01:55 +0000 (GMT)
"Maciej W. Rozycki" <macro@linux-mips.org> wrote:
> 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>
> ---
>
> Please apply.
>
> Maciej
>
> patch-mips-2.6.18-20060920-if_fddi-netdev-0
> diff -up --recursive --new-file
> linux-mips-2.6.18-20060920.macro/include/linux/if_fddi.h
> linux-mips-2.6.18-20060920/include/linux/if_fddi.h
> --- linux-mips-2.6.18-20060920.macro/include/linux/if_fddi.h 2006-09-20
> 20:51:20.000000000 +0000
> +++ linux-mips-2.6.18-20060920/include/linux/if_fddi.h 2006-12-14
> 04:36:58.000000000 +0000
> @@ -103,6 +103,8 @@ struct fddihdr
> } __attribute__ ((packed));
>
> #ifdef __KERNEL__
> +#include <linux/netdevice.h>
> +
> /* Define FDDI statistics structure */
> struct fddi_statistics {
>
I'll treat this a a bugfix, unrelated to the turbochannel changes.
Which may be wrong, but I doubt it.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 2.6.20-rc1 01/10] TURBOchannel update to the driver model, Andrew Morton |
|---|---|
| Next by Date: | [PATCH] fix PCI-memory access on Alchemy Au15x0, Alexander Bigga |
| Previous by Thread: | [PATCH 2.6.20-rc1 05/10] if_fddi.h: Add a missing inclusion, Maciej W. Rozycki |
| Next by Thread: | [PATCH 2.6.20-rc1 06/10] tgafb: TURBOchannel support, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |