diff options
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/vt8231.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/vt8231.c b/drivers/hwmon/vt8231.c index 8806302b5f30..2196a84603f5 100644 --- a/drivers/hwmon/vt8231.c +++ b/drivers/hwmon/vt8231.c | |||
@@ -676,7 +676,7 @@ static struct pci_driver vt8231_pci_driver = { | |||
676 | .probe = vt8231_pci_probe, | 676 | .probe = vt8231_pci_probe, |
677 | }; | 677 | }; |
678 | 678 | ||
679 | int vt8231_probe(struct platform_device *pdev) | 679 | static int vt8231_probe(struct platform_device *pdev) |
680 | { | 680 | { |
681 | struct resource *res; | 681 | struct resource *res; |
682 | struct vt8231_data *data; | 682 | struct vt8231_data *data; |