diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-11-17 11:42:59 +0000 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-11-19 22:22:15 +0000 |
commit | 709ab36e9559ff5c7df6e6f2d9e3c4a4410f8d49 (patch) | |
tree | b99dbcda071265cfd8aaf818ca26b2a28071dafe /drivers/iio/adc/Makefile | |
parent | dc4871adf96573f3ea1672fceb844301dc071a2b (diff) | |
download | linux-stable-709ab36e9559ff5c7df6e6f2d9e3c4a4410f8d49.tar.gz linux-stable-709ab36e9559ff5c7df6e6f2d9e3c4a4410f8d49.tar.bz2 linux-stable-709ab36e9559ff5c7df6e6f2d9e3c4a4410f8d49.zip |
staging:iio: Move the ad7298 driver out of staging
The driver does not expose any custom API to userspace and none of the standard
static code checker tools report any issues, so move it out of staging.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Makefile')
-rw-r--r-- | drivers/iio/adc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile index 54ac7bbcd01b..3256dc64a466 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -4,6 +4,7 @@ obj-$(CONFIG_AD_SIGMA_DELTA) += ad_sigma_delta.o obj-$(CONFIG_AD7266) += ad7266.o +obj-$(CONFIG_AD7298) += ad7298.o obj-$(CONFIG_AD7476) += ad7476.o obj-$(CONFIG_AD7791) += ad7791.o obj-$(CONFIG_AD7887) += ad7887.o |