Commit ebd16366 authored by kbuild test robot's avatar kbuild test robot Committed by Jonathan Cameron

iio: imu: kmx61: kmx61_set_wake_up_odr() can be static

drivers/iio/imu/kmx61.c:422:5: sparse: symbol 'kmx61_set_wake_up_odr' was not declared. Should it be static?
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Reviewed-by: default avatarDaniel Baluta <daniel.baluta@intel.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent fd3ae7a9
...@@ -419,7 +419,7 @@ static int kmx61_get_mode(struct kmx61_data *data, u8 *mode, u8 device) ...@@ -419,7 +419,7 @@ static int kmx61_get_mode(struct kmx61_data *data, u8 *mode, u8 device)
return 0; return 0;
} }
int kmx61_set_wake_up_odr(struct kmx61_data *data, int val, int val2) static int kmx61_set_wake_up_odr(struct kmx61_data *data, int val, int val2)
{ {
int ret, odr_bits; int ret, odr_bits;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment