Message ID | 20180519131655.GA57734@ivb43 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/counter/104-quad-8.c b/drivers/counter/104-quad-8.c index 7c72fb7..8696a512 100644 --- a/drivers/counter/104-quad-8.c +++ b/drivers/counter/104-quad-8.c @@ -800,7 +800,7 @@ static int quad8_action_get(struct counter_device *counter, return 0; } -const struct counter_ops quad8_ops = { +static const struct counter_ops quad8_ops = { .signal_read = quad8_signal_read, .count_read = quad8_count_read, .count_write = quad8_count_write,
Fixes: b3822048aa0b ("counter: 104-quad-8: Add Generic Counter interface support") Signed-off-by: kbuild test robot <fengguang.wu@intel.com> --- 104-quad-8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html