Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: iio: Remove unnecessary externs

Using 'extern' is not necessary for function prototypes.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Joe Perches and committed by
Greg Kroah-Hartman
d98d2ccb 5132fcd1

+2 -2
+2 -2
drivers/staging/iio/meter/ade7854.h
··· 168 168 169 169 }; 170 170 171 - extern int ade7854_probe(struct iio_dev *indio_dev, struct device *dev); 172 - extern int ade7854_remove(struct iio_dev *indio_dev); 171 + int ade7854_probe(struct iio_dev *indio_dev, struct device *dev); 172 + int ade7854_remove(struct iio_dev *indio_dev); 173 173 174 174 #endif