[PATCH] rpaphp driver changes for vio and multifunction cards support-please review

Hollis Blanchard hollisb at us.ibm.com
Wed Feb 25 03:15:19 EST 2004


rpaphp_get_vio_adapter_status() is extern in rpaphp.h but inline in
rpaphp_vio.c. It can't be inlined because it's called from
rpaphp_core.c.

Other functions, like setup_vio_hotplug_slot_info(), are marked inline
(in rpaphp.h), are not static (in rpaphp_vio.c), but aren't used by
anyone else. All such functions (in all these files) should be made
static (and removed from rpaphp.h, since nobody else needs to know
about them).

--
Hollis Blanchard
IBM Linux Technology Center


** Sent via the linuxppc64-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc64-dev mailing list