Re: [PATCH 1/1] Add missing include into include/linux/netdevice.h

From: David Miller
Date: Fri Mar 27 2009 - 18:56:17 EST


From: Dmitri Vorobiev <dmitri.vorobiev@xxxxxxxxxx>
Date: Fri, 27 Mar 2009 12:36:53 +0200

> The inline function skb_gro_mac_header defined in include/linux/netdevice.h
> makes use of page_address(). Depending on configuration options, the latter
> is either defined as a macro or is declared as a function in another header
> file, namely include/linux/mm.h. However, include/linux/netdevice.h does not
> include include/linux/mm.h.
>
> On MIPS, this has produced the following build error:

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/