On Thu, 20 Sep 2007 17:01:21 -0500 Scott Wood <[EMAIL PROTECTED]> wrote:
>
> +++ b/drivers/net/fs_enet/fs_enet-main.c
> @@ -44,12 +44,18 @@
>  #include <asm/irq.h>
>  #include <asm/uaccess.h>
>  
> +#ifdef CONFIG_PPC_CPM_NEW_BINDING
> +#include <asm/of_platform.h>

Hmm, didn't I already ask you to change this to linux/of_platform.h?

> +++ b/drivers/net/fs_enet/mac-fcc.c
> @@ -42,6 +42,10 @@
>  #include <asm/irq.h>
>  #include <asm/uaccess.h>
>  
> +#ifdef CONFIG_PPC_CPM_NEW_BINDING
> +#include <asm/of_device.h>

And this to linux/of_device.h

> +++ b/drivers/net/fs_enet/mac-fec.c
> @@ -43,6 +43,10 @@
>  #include <asm/commproc.h>
>  #endif
>  
> +#ifdef CONFIG_PPC_CPM_NEW_BINDING
> +#include <asm/of_device.h>

And this?

> +++ b/drivers/net/fs_enet/mac-scc.c
> @@ -43,6 +43,10 @@
>  #include <asm/commproc.h>
>  #endif
>  
> +#ifdef CONFIG_PPC_CPM_NEW_BINDING
> +#include <asm/of_platform.h>

And this

> +++ b/drivers/net/fs_enet/mii-fec.c
> @@ -36,6 +36,10 @@
>  #include <asm/irq.h>
>  #include <asm/uaccess.h>
>  
> +#ifdef CONFIG_PPC_CPM_NEW_BINDING
> +#include <asm/of_platform.h>

And here

Sorry if I missed these last time around.
-- 
Cheers,
Stephen Rothwell                    [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/

Attachment: pgp1FNmSgmowq.pgp
Description: PGP signature

Reply via email to