* [PATCH] powerpc: include new of_platform.h for 836x and 832x
@ 2007-01-30 5:33 Li Yang
2007-01-30 6:48 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Li Yang @ 2007-01-30 5:33 UTC (permalink / raw)
To: Paul; +Cc: linuxppc-dev
Some prototypes are separated from of_device.h into of_platform.h. Add
the new include to fix warning.
Signed-off-by: Li Yang <leoli@freescale•com>
---
arch/powerpc/platforms/83xx/mpc832x_mds.c | 1 +
arch/powerpc/platforms/83xx/mpc8360e_pb.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/platforms/83xx/mpc832x_mds.c b/arch/powerpc/platforms/83xx/mpc832x_mds.c
index 4d47119..2c7a1e9 100644
--- a/arch/powerpc/platforms/83xx/mpc832x_mds.c
+++ b/arch/powerpc/platforms/83xx/mpc832x_mds.c
@@ -25,6 +25,7 @@
#include <linux/initrd.h>
#include <asm/of_device.h>
+#include <asm/of_platform.h>
#include <asm/system.h>
#include <asm/atomic.h>
#include <asm/time.h>
diff --git a/arch/powerpc/platforms/83xx/mpc8360e_pb.c b/arch/powerpc/platforms/83xx/mpc8360e_pb.c
index 53b92a9..a1e23f0 100644
--- a/arch/powerpc/platforms/83xx/mpc8360e_pb.c
+++ b/arch/powerpc/platforms/83xx/mpc8360e_pb.c
@@ -31,6 +31,7 @@
#include <linux/initrd.h>
#include <asm/of_device.h>
+#include <asm/of_platform.h>
#include <asm/system.h>
#include <asm/atomic.h>
#include <asm/time.h>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] powerpc: include new of_platform.h for 836x and 832x
2007-01-30 5:33 [PATCH] powerpc: include new of_platform.h for 836x and 832x Li Yang
@ 2007-01-30 6:48 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2007-01-30 6:48 UTC (permalink / raw)
To: Li Yang; +Cc: linuxppc-dev, Paul
On Jan 29, 2007, at 11:33 PM, Li Yang wrote:
> Some prototypes are separated from of_device.h into of_platform.h.
> Add
> the new include to fix warning.
>
> Signed-off-by: Li Yang <leoli@freescale•com>
Li,
Please copy me in the future as 83xx maintainer.
Paul,
I've picked up this patch and its in my for_paulus branch.
- k
> ---
> arch/powerpc/platforms/83xx/mpc832x_mds.c | 1 +
> arch/powerpc/platforms/83xx/mpc8360e_pb.c | 1 +
> 2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/powerpc/platforms/83xx/mpc832x_mds.c b/arch/
> powerpc/platforms/83xx/mpc832x_mds.c
> index 4d47119..2c7a1e9 100644
> --- a/arch/powerpc/platforms/83xx/mpc832x_mds.c
> +++ b/arch/powerpc/platforms/83xx/mpc832x_mds.c
> @@ -25,6 +25,7 @@
> #include <linux/initrd.h>
>
> #include <asm/of_device.h>
> +#include <asm/of_platform.h>
> #include <asm/system.h>
> #include <asm/atomic.h>
> #include <asm/time.h>
> diff --git a/arch/powerpc/platforms/83xx/mpc8360e_pb.c b/arch/
> powerpc/platforms/83xx/mpc8360e_pb.c
> index 53b92a9..a1e23f0 100644
> --- a/arch/powerpc/platforms/83xx/mpc8360e_pb.c
> +++ b/arch/powerpc/platforms/83xx/mpc8360e_pb.c
> @@ -31,6 +31,7 @@
> #include <linux/initrd.h>
>
> #include <asm/of_device.h>
> +#include <asm/of_platform.h>
> #include <asm/system.h>
> #include <asm/atomic.h>
> #include <asm/time.h>
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs•org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-30 6:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-30 5:33 [PATCH] powerpc: include new of_platform.h for 836x and 832x Li Yang
2007-01-30 6:48 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox