提交 d98d2ccb 编写于 作者: J Joe Perches 提交者: Greg Kroah-Hartman

staging: iio: Remove unnecessary externs

Using 'extern' is not necessary for function prototypes.
Signed-off-by: NJoe Perches <joe@perches.com>
Acked-by: NLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 5132fcd1
......@@ -168,7 +168,7 @@ struct ade7854_state {
};
extern int ade7854_probe(struct iio_dev *indio_dev, struct device *dev);
extern int ade7854_remove(struct iio_dev *indio_dev);
int ade7854_probe(struct iio_dev *indio_dev, struct device *dev);
int ade7854_remove(struct iio_dev *indio_dev);
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册