[PATCH] Compaq PCI Hotplug: move huge inline function out of header file
set_controller_speed is implemented in cpqphp.h but only used in cpqphp_ctrl.c and it's much too big to be defined in a header file. This patch moves it to cpqphp_ctrl.c. Also the inline attribute is removed, this function is called from 2 places and to big to be an inline.
Showing
Please register or sign in to comment