diff options
| author | Arnd Bergmann <[email protected]> | 2016-02-16 15:55:07 +0100 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2016-02-17 20:50:01 +0000 |
| commit | 3d5032a0468e13833f3d0a4f462a295b29ce4863 (patch) | |
| tree | e442f0fe00743aac41f4dfa2e485d76fc1dd6bad /tools/perf/scripts/python/bin | |
| parent | 0e6071ab766be1b29c88c1e28bb3ed101cb10f93 (diff) | |
iio: pressure: ms5611: select IIO_BUFFER
The ms5611 driver started using the IIO_TRIGGERED_BUFFER infrastructure
which in turn depend on IIO_BUFFER, and it produces a build error now
if that is not enabled:
warning: (... && MS5611 && ...) selects IIO_TRIGGERED_BUFFER which has unmet direct dependencies (IIO && IIO_BUFFER)
buffer/industrialio-triggered-buffer.c: In function 'iio_triggered_buffer_setup':
buffer/industrialio-triggered-buffer.c:58:2: error: implicit declaration of function 'iio_device_attach_buffer' [-Werror=implicit-function-declaration]
pressure/ms5611_core.c: In function 'ms5611_trigger_handler':
pressure/ms5611_core.c:193:2: error: implicit declaration of function 'iio_push_to_buffers_with_timestamp' [-Werror=implicit-function-declaration]
This adds the second select.
Signed-off-by: Arnd Bergmann <[email protected]>
Fixes: 713bbb4efb9d ("iio: pressure: ms5611: Add triggered buffer support")
Acked-by: Daniel Baluta <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions