浏览代码

iio: hid-sensors: make hid_sensor_get_reporting_interval static

This fixes the following sparse warning:

  CHECK   drivers/iio/common/hid-sensors/hid-sensor-attributes.c
drivers/iio/common/hid-sensors/hid-sensor-attributes.c:346:5: warning:
symbol 'hid_sensor_get_reporting_interval' was not declared. Should it be static?

Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Daniel Baluta 11 年之前
父节点
当前提交
fb123a6b6b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/iio/common/hid-sensors/hid-sensor-attributes.c

+ 1 - 0
drivers/iio/common/hid-sensors/hid-sensor-attributes.c

@@ -343,6 +343,7 @@ int hid_sensor_format_scale(u32 usage_id,
 }
 EXPORT_SYMBOL(hid_sensor_format_scale);
 
+static
 int hid_sensor_get_reporting_interval(struct hid_sensor_hub_device *hsdev,
 					u32 usage_id,
 					struct hid_sensor_common *st)