diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-04-25 17:53:11 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-04-26 22:51:00 +0200 |
commit | 65e13415c20763134f80870911e87268a12b4107 (patch) | |
tree | 07739976b122596cd13d683e8ca65f4caf62e3d2 /dependencies | |
parent | 8678be14f8d467c9928d980c14a59d1372327da8 (diff) |
depends: deactivate some driver which are using devm_gpiod_get_optional()
devm_gpiod_get_optional() was not backported to older kernel versions
and the devm_gpiod_get_optional() function in kernel 3.16 has less
parameters.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'dependencies')
-rw-r--r-- | dependencies | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dependencies b/dependencies index ba41d252..14c14624 100644 --- a/dependencies +++ b/dependencies @@ -46,9 +46,13 @@ DVB_RTL2832 3.8 # This does not seem like a good test desirable test case to # start that work with. VIDEO_ADV7604 3.13 -I2C_SI4713 3.13 -USB_SI4713 3.13 -PLATFORM_SI4713 3.13 + +# missing devm_gpiod_get_optional() +# this needs devm_gpiod_get_optional() with 3 arguments. +I2C_SI4713 3.17 +USB_SI4713 3.17 +PLATFORM_SI4713 3.17 +SOC_CAMERA_OV2640 3.17 # missing function clk_prepare_enable(), clk_disable_unprepare() and devm_regulator_bulk_get() VIDEO_MT9V032 3.3 |