Commit a022fef5 authored by Mark M. Hoffman's avatar Mark M. Hoffman

hwmon: (vt8231) fix sparse warning

Signed-off-by: default avatarMark M. Hoffman <mhoffman@lightlink.com>
parent 5460a9d0
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment