Explorar el Código

hwmon: (vt8231) fix sparse warning

Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Mark M. Hoffman hace 18 años
padre
commit
a022fef5a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      drivers/hwmon/vt8231.c

+ 1 - 1
drivers/hwmon/vt8231.c

@@ -676,7 +676,7 @@ static struct pci_driver vt8231_pci_driver = {
 	.probe		= vt8231_pci_probe,
 };
 
-int vt8231_probe(struct platform_device *pdev)
+static int vt8231_probe(struct platform_device *pdev)
 {
 	struct resource *res;
 	struct vt8231_data *data;