[PATCH 1/2] Suppress warning when CONFIG_PCI is not defined

Subsystems: linux for powerpc (32-bit and 64-bit), linux for powerpc embedded ppc8xx and ppc83xx, the rest

STALE7044d

2 messages, 2 authors, 2007-05-10 · open the first message on its own page

[PATCH 1/2] Suppress warning when CONFIG_PCI is not defined

From: Li Yang <hidden>
Date: 2007-05-10 03:13:20

Suppress warning when CONFIG_PCI is not defined.

Signed-off-by: Li Yang <redacted>
---
 arch/powerpc/platforms/83xx/mpc8313_rdb.c |    2 ++
 arch/powerpc/platforms/83xx/mpc834x_itx.c |    2 ++
 arch/powerpc/platforms/83xx/mpc834x_mds.c |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/platforms/83xx/mpc8313_rdb.c b/arch/powerpc/platforms/83xx/mpc8313_rdb.c
index 32e9e94..96970ac 100644
--- a/arch/powerpc/platforms/83xx/mpc8313_rdb.c
+++ b/arch/powerpc/platforms/83xx/mpc8313_rdb.c
@@ -40,7 +40,9 @@ unsigned long isa_mem_base = 0;
  */
 static void __init mpc8313_rdb_setup_arch(void)
 {
+#ifdef CONFIG_PCI
 	struct device_node *np;
+#endif
 
 	if (ppc_md.progress)
 		ppc_md.progress("mpc8313_rdb_setup_arch()", 0);
diff --git a/arch/powerpc/platforms/83xx/mpc834x_itx.c b/arch/powerpc/platforms/83xx/mpc834x_itx.c
index 3c009f6..40a0194 100644
--- a/arch/powerpc/platforms/83xx/mpc834x_itx.c
+++ b/arch/powerpc/platforms/83xx/mpc834x_itx.c
@@ -50,7 +50,9 @@ unsigned long isa_mem_base = 0;
  */
 static void __init mpc834x_itx_setup_arch(void)
 {
+#ifdef CONFIG_PCI
 	struct device_node *np;
+#endif
 
 	if (ppc_md.progress)
 		ppc_md.progress("mpc834x_itx_setup_arch()", 0);
diff --git a/arch/powerpc/platforms/83xx/mpc834x_mds.c b/arch/powerpc/platforms/83xx/mpc834x_mds.c
index 8aa9a93..10394b2 100644
--- a/arch/powerpc/platforms/83xx/mpc834x_mds.c
+++ b/arch/powerpc/platforms/83xx/mpc834x_mds.c
@@ -120,7 +120,9 @@ static int mpc834x_usb_cfg(void)
  */
 static void __init mpc834x_mds_setup_arch(void)
 {
+#ifdef CONFIG_PCI
 	struct device_node *np;
+#endif
 
 	if (ppc_md.progress)
 		ppc_md.progress("mpc834x_mds_setup_arch()", 0);

Re: [PATCH 1/2] Suppress warning when CONFIG_PCI is not defined

From: Kumar Gala <hidden>
Date: 2007-05-10 05:21:06

On Thu, 10 May 2007, Li Yang wrote:
Suppress warning when CONFIG_PCI is not defined.

Signed-off-by: Li Yang <redacted>
---
arch/powerpc/platforms/83xx/mpc8313_rdb.c |    2 ++
arch/powerpc/platforms/83xx/mpc834x_itx.c |    2 ++
arch/powerpc/platforms/83xx/mpc834x_mds.c |    2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
applied.

- k
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help