提交 98c08cf4 编写于 作者: Z Zubair Lutfullah 提交者: Jonathan Cameron

iio: ti_am335x_adc: fix static in function header

Static is missing in function header. Corrected.
Signed-off-by: NZubair Lutfullah <zubair.lutfullah@gmail.com>
Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 7a137c9c
......@@ -226,7 +226,7 @@ static const struct iio_buffer_setup_ops tiadc_buffer_setup_ops = {
.postdisable = &tiadc_buffer_postdisable,
};
int tiadc_iio_buffered_hardware_setup(struct iio_dev *indio_dev,
static int tiadc_iio_buffered_hardware_setup(struct iio_dev *indio_dev,
irqreturn_t (*pollfunc_bh)(int irq, void *p),
irqreturn_t (*pollfunc_th)(int irq, void *p),
int irq,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册