diff options
Diffstat (limited to 'drivers/misc/ti_dac7512.c')
-rw-r--r-- | drivers/misc/ti_dac7512.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/ti_dac7512.c b/drivers/misc/ti_dac7512.c index 1222f86dfda9..1d86407189eb 100644 --- a/drivers/misc/ti_dac7512.c +++ b/drivers/misc/ti_dac7512.c | |||
@@ -67,7 +67,7 @@ static int dac7512_probe(struct spi_device *spi) | |||
67 | return sysfs_create_group(&spi->dev.kobj, &dac7512_attr_group); | 67 | return sysfs_create_group(&spi->dev.kobj, &dac7512_attr_group); |
68 | } | 68 | } |
69 | 69 | ||
70 | static int __devexit dac7512_remove(struct spi_device *spi) | 70 | static int dac7512_remove(struct spi_device *spi) |
71 | { | 71 | { |
72 | sysfs_remove_group(&spi->dev.kobj, &dac7512_attr_group); | 72 | sysfs_remove_group(&spi->dev.kobj, &dac7512_attr_group); |
73 | return 0; | 73 | return 0; |