usb: pci-quirks: amd_chipset_sb_type_init() can be static
Acked-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
b8ad5c3706
Коммит
40b3dc6da0
|
@ -118,7 +118,7 @@ static DEFINE_SPINLOCK(amd_lock);
|
|||
*
|
||||
* Returns: 1 if it is an AMD chipset, 0 otherwise.
|
||||
*/
|
||||
int amd_chipset_sb_type_init(struct amd_chipset_info *pinfo)
|
||||
static int amd_chipset_sb_type_init(struct amd_chipset_info *pinfo)
|
||||
{
|
||||
u8 rev = 0;
|
||||
pinfo->sb_type.gen = AMD_CHIPSET_UNKNOWN;
|
||||
|
|
Загрузка…
Ссылка в новой задаче