diff options
Diffstat (limited to 'drivers/hwmon/ad7314.c')
-rw-r--r-- | drivers/hwmon/ad7314.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/ad7314.c b/drivers/hwmon/ad7314.c index fdda321c6066..defd34b04629 100644 --- a/drivers/hwmon/ad7314.c +++ b/drivers/hwmon/ad7314.c | |||
@@ -107,7 +107,7 @@ static const struct attribute_group ad7314_group = { | |||
107 | .attrs = ad7314_attributes, | 107 | .attrs = ad7314_attributes, |
108 | }; | 108 | }; |
109 | 109 | ||
110 | static int __devinit ad7314_probe(struct spi_device *spi_dev) | 110 | static int ad7314_probe(struct spi_device *spi_dev) |
111 | { | 111 | { |
112 | int ret; | 112 | int ret; |
113 | struct ad7314_data *chip; | 113 | struct ad7314_data *chip; |