[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <46CFB1FA.1040705@garzik.org>
Date: Sat, 25 Aug 2007 00:37:14 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Kumar Gala <galak@...nel.crashing.org>
CC: Paul Mackerras <paulus@...ba.org>, netdev@...r.kernel.org,
linuxppc-dev@...abs.org, Li Yang <leoli@...escale.com>
Subject: Re: [PATCH] ucc_geth: kill unused include
Kumar Gala wrote:
> The ucc_geth_mii code is based on the gianfar_mii code that use to include
> ocp.h. ucc never need this and it causes issues when we want to kill
> arch/ppc includes from arch/powerpc.
>
> Signed-off-by: Kumar Gala <galak@...nel.crashing.org>
> ---
>
> Jeff, if you issue with this for 2.6.23, I'd prefer to push this via
> the powerpc.git trees in 2.6.24 as part of a larger cleanup. Let me know
> one way or the other.
>
> - k
>
> drivers/net/ucc_geth_mii.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/ucc_geth_mii.c b/drivers/net/ucc_geth_mii.c
> index 6c257b8..df884f0 100644
> --- a/drivers/net/ucc_geth_mii.c
> +++ b/drivers/net/ucc_geth_mii.c
> @@ -32,7 +32,6 @@
> #include <linux/mm.h>
> #include <linux/module.h>
> #include <linux/platform_device.h>
> -#include <asm/ocp.h>
> #include <linux/crc32.h>
> #include <linux/mii.h>
Feel free to push via PPC git
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists