Commit ade2be6d authored by Jonathan Cameron's avatar Jonathan Cameron

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
...@@ -1166,7 +1166,7 @@ config TI_ADS8688 ...@@ -1166,7 +1166,7 @@ config TI_ADS8688
config TI_ADS124S08 config TI_ADS124S08
tristate "Texas Instruments ADS124S08" tristate "Texas Instruments ADS124S08"
depends on SPI && OF depends on SPI
help help
If you say yes here you get support for Texas Instruments ADS124S08 If you say yes here you get support for Texas Instruments ADS124S08
and ADS124S06 ADC chips and ADS124S06 ADC chips
......
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
#include <linux/device.h> #include <linux/device.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/of.h> #include <linux/mod_devicetable.h>
#include <linux/of_gpio.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/sysfs.h> #include <linux/sysfs.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment