diff options
author | Jonathan Cameron <jic23@kernel.org> | 2012-10-06 15:42:27 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-11-10 11:17:31 +0100 |
commit | 168c9d95a94077a42e5bf5a4a660b45ccee4fc63 (patch) | |
tree | 4bb2aa18c9a5daf71ebbdbcf967c8620a12b293f /drivers/iio/adc/Makefile | |
parent | staging:iio:adc:max1363 cleanup regulator handling. (diff) | |
download | linux-168c9d95a94077a42e5bf5a4a660b45ccee4fc63.tar.xz linux-168c9d95a94077a42e5bf5a4a660b45ccee4fc63.zip |
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>
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 034eacb8f7c9..54ac7bbcd01b 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -9,3 +9,4 @@ obj-$(CONFIG_AD7791) += ad7791.o obj-$(CONFIG_AD7887) += ad7887.o obj-$(CONFIG_AT91_ADC) += at91_adc.o obj-$(CONFIG_LP8788_ADC) += lp8788_adc.o +obj-$(CONFIG_MAX1363) += max1363.o |