[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100820204657.GB13910@angua.secretlab.ca>
Date: Fri, 20 Aug 2010 14:46:57 -0600
From: Grant Likely <grant.likely@...retlab.ca>
To: Michal Simek <monstr@...str.eu>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] of: Fix missing includes - ll_temac
On Thu, Aug 19, 2010 at 08:42:58AM +0200, Michal Simek wrote:
> It is the next patch which is fixing missing header
> which were removed from prom.h.
>
> Related patches:
> "of/address: Clean up function declarations" (sha1 id 22ae782f8)
> "of: Fix missing includes" (sha1 id f1ca09b2b)
>
Applied.
> Signed-off-by: Michal Simek <monstr@...str.eu>
> ---
> drivers/net/ll_temac_main.c | 1 +
> drivers/net/ll_temac_mdio.c | 1 +
> 2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/ll_temac_main.c b/drivers/net/ll_temac_main.c
> index c7b6247..a9d216d 100644
> --- a/drivers/net/ll_temac_main.c
> +++ b/drivers/net/ll_temac_main.c
> @@ -38,6 +38,7 @@
> #include <linux/of_device.h>
> #include <linux/of_mdio.h>
> #include <linux/of_platform.h>
> +#include <linux/of_address.h>
> #include <linux/skbuff.h>
> #include <linux/spinlock.h>
> #include <linux/tcp.h> /* needed for sizeof(tcphdr) */
> diff --git a/drivers/net/ll_temac_mdio.c b/drivers/net/ll_temac_mdio.c
> index 5ae28c9..8cf9d4f 100644
> --- a/drivers/net/ll_temac_mdio.c
> +++ b/drivers/net/ll_temac_mdio.c
> @@ -10,6 +10,7 @@
> #include <linux/phy.h>
> #include <linux/of.h>
> #include <linux/of_device.h>
> +#include <linux/of_address.h>
> #include <linux/slab.h>
> #include <linux/of_mdio.h>
>
> --
> 1.5.5.6
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists