Commit ade2be6d authored by Jonathan Cameron's avatar Jonathan Cameron
Browse files

iio:adc:ti-ads124s08: Drop dependency on OF.



Nothing in this driver depends on OF firmware so drop the dependency
and update the headers to remove the false impression such a dependency
exists.

Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
parent f346c965
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1166,7 +1166,7 @@ config TI_ADS8688

config TI_ADS124S08
	tristate "Texas Instruments ADS124S08"
	depends on SPI && OF
	depends on SPI
	help
	  If you say yes here you get support for Texas Instruments ADS124S08
	  and ADS124S06 ADC chips
+1 −2
Original line number Diff line number Diff line
@@ -8,8 +8,7 @@
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_gpio.h>
#include <linux/mod_devicetable.h>
#include <linux/slab.h>
#include <linux/sysfs.h>