From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7355728642521727094==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH] hwmon: ccp_disconnect() can be static Date: Sun, 21 Jun 2020 08:00:02 +0800 Message-ID: <20200621000002.GA31114@2fc65074ec64> In-Reply-To: <1782930.7HL6lKWA5f@marius> List-Id: --===============7355728642521727094== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Signed-off-by: kernel test robot --- corsair-cpro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hwmon/corsair-cpro.c b/drivers/hwmon/corsair-cpro.c index c4852829f90f2..fc6449d16fa38 100644 --- a/drivers/hwmon/corsair-cpro.c +++ b/drivers/hwmon/corsair-cpro.c @@ -474,7 +474,7 @@ static int ccp_probe(struct usb_interface *intf, const = struct usb_device_id *id) return PTR_ERR_OR_ZERO(hwmon_dev); } = -void ccp_disconnect(struct usb_interface *intf) +static void ccp_disconnect(struct usb_interface *intf) { } =20 --===============7355728642521727094==--