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 85989ca7ad25..1222f86dfda9 100644 --- a/drivers/misc/ti_dac7512.c +++ b/drivers/misc/ti_dac7512.c @@ -54,7 +54,7 @@ static const struct attribute_group dac7512_attr_group = { .attrs = dac7512_attributes, }; -static int __devinit dac7512_probe(struct spi_device *spi) +static int dac7512_probe(struct spi_device *spi) { int ret; |