Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b38d06d8 authored by Li Yang's avatar Li Yang Committed by Kumar Gala
Browse files

[POWERPC] 83xx: Suppress warning when CONFIG_PCI is not defined



Suppress warning when CONFIG_PCI is not defined.

Signed-off-by: default avatarLi Yang <leoli@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent f1a1eb29
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);
+2 −0
Original line number Diff line number Diff line
@@ -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);
+2 −0
Original line number Diff line number Diff line
@@ -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);