All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: arch/alpha/kernel/pci.c:311:25: error: 'bridge' undeclared
Date: Tue, 25 Sep 2012 09:14:26 +0000	[thread overview]
Message-ID: <20120925091426.GB27512@localhost> (raw)

Hi Yinghai,

FYI, kernel build failed on

commit: e77e2cb0193c67de446ad32579348b9c846f5034 PCI, alpha: kill pci_root_buses
config: alpha-defconfig


All error/warnings:

arch/alpha/kernel/pci.c: In function 'pcibios_claim_console_setup':
arch/alpha/kernel/pci.c:310:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
arch/alpha/kernel/pci.c:311:25: error: 'bridge' undeclared (first use in this function)
arch/alpha/kernel/pci.c:311:25: note: each undeclared identifier is reported only once for each function it appears in

vim +311 arch/alpha/kernel/pci.c
   305	static void __init
   306	pcibios_claim_console_setup(void)
   307	{
   308		struct pci_host_bridge *host_bridge = NULL;
   309	
   310		for_each_pci_host_bridge(host_bridge)
 > 311			pcibios_claim_one_bus(bridge->bus);
   312	}
   313	
   314	void __init

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

             reply	other threads:[~2012-09-25  9:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-25  9:14 Fengguang Wu [this message]
2012-09-25 16:35 ` arch/alpha/kernel/pci.c:311:25: error: 'bridge' undeclared Yinghai Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120925091426.GB27512@localhost \
    --to=fengguang.wu@intel.com \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.