hwmon: (vt8231) fix sparse warning
authorMark M. Hoffman <mhoffman@lightlink.com>
Sun, 14 Oct 2007 19:00:24 +0000 (15:00 -0400)
committerMark M. Hoffman <mhoffman@lightlink.com>
Sun, 14 Oct 2007 19:00:24 +0000 (15:00 -0400)
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
drivers/hwmon/vt8231.c

index 8806302..2196a84 100644 (file)
@@ -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;