commit | 168c9d95a94077a42e5bf5a4a660b45ccee4fc63 | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@kernel.org> | Sat Oct 06 14:42:27 2012 +0100 |
committer | Jonathan Cameron <jic23@kernel.org> | Sat Nov 10 10:17:31 2012 +0000 |
tree | 4bb2aa18c9a5daf71ebbdbcf967c8620a12b293f | |
parent | b77b8f8c20c83c111050201cad1eed3a71571c35 [diff] [blame] |
iio:adc:max1363 move from staging. Now this driver is using kfifo we can move it out of staging. Signed-off-by: Jonathan Cameron <jic23@kernel.org>
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile index 034eacb..54ac7bb 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile
@@ -9,3 +9,4 @@ obj-$(CONFIG_AD7887) += ad7887.o obj-$(CONFIG_AT91_ADC) += at91_adc.o obj-$(CONFIG_LP8788_ADC) += lp8788_adc.o +obj-$(CONFIG_MAX1363) += max1363.o