usb: pci-quirks: amd_chipset_sb_type_init() can be static
authorFengguang Wu <fengguang.wu@intel.com>
Thu, 26 Sep 2013 18:56:44 +0000 (11:56 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 18:56:44 +0000 (11:56 -0700)
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>
drivers/usb/host/pci-quirks.c

index 17eb191..9eec463 100644 (file)
@@ -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;