On Wed, Nov 5, 2008 at 12:27 PM, Myles Watson <mylesgw@gmail.com> wrote:
This patch continues the device code cleanup.

I forgot the include/device/ changes in the first patch.

Thanks,
Myles

The largest changes are to get_pci_bridge_ops, and related changes to make it
compile and use correct declarations.  I'd appreciate someone else checking my const usage for sanity.

While I was doing that I moved the checks for CONFIG_<BUS>_PLUGIN_SUPPORT to
the Makefile.

The only functional difference is a possible NULL dereference in a debug
statement.

Signed-off-by: Myles Watson <mylesgw@gmail.com>

Thanks,
Myles