diff options
Diffstat (limited to 'drivers/input/misc/ad714x-spi.c')
-rw-r--r-- | drivers/input/misc/ad714x-spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/ad714x-spi.c b/drivers/input/misc/ad714x-spi.c index eee820b41356..497871e506f4 100644 --- a/drivers/input/misc/ad714x-spi.c +++ b/drivers/input/misc/ad714x-spi.c | |||
@@ -83,7 +83,7 @@ static int ad714x_spi_write(struct ad714x_chip *chip, | |||
83 | return 0; | 83 | return 0; |
84 | } | 84 | } |
85 | 85 | ||
86 | static int __devinit ad714x_spi_probe(struct spi_device *spi) | 86 | static int ad714x_spi_probe(struct spi_device *spi) |
87 | { | 87 | { |
88 | struct ad714x_chip *chip; | 88 | struct ad714x_chip *chip; |
89 | int err; | 89 | int err; |