diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-07-11 09:01:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-07-12 17:57:16 +0100 |
commit | 9660ac704ec92ef535bf7c991cb7129b186007a5 (patch) | |
tree | 2ec745a051debf23ab5f24d818b8cf86978d4a67 /ipc/msg.c | |
parent | 3879089ba3421bc8136025837b1a532729643371 (diff) | |
download | blackbird-op-linux-9660ac704ec92ef535bf7c991cb7129b186007a5.tar.gz blackbird-op-linux-9660ac704ec92ef535bf7c991cb7129b186007a5.zip |
iio: ad5064: Move bus write callbacks to #if protected sections
Move the SPI and I2C specific write callbacks to the respective
"#if IS_ENABLED(CONFIG_SPI_MASTER)" and "#if IS_ENABLED(CONFIG_I2C)"
protected sections of the code.
This fixes the following warning which occurs if CONFIG_I2C is not set:
drivers/iio/dac/ad5064.c: In function ‘ad5064_i2c_write’:
drivers/iio/dac/ad5064.c:132: error: implicit declaration of function ‘i2c_master_send’
And the follwing warning which occurs when CONFIG_SPI_MASTER is not set:
drivers/iio/dac/ad5064.c:137: warning: ‘ad5064_spi_write’ defined but not used
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'ipc/msg.c')
0 files changed, 0 insertions, 0 deletions