mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
adjust kernel version check
This commit is contained in:
parent
a375cd1716
commit
22475860d5
@ -980,7 +980,7 @@ out:
|
|||||||
EXPORT_SYMBOL(dvb_usercopy);
|
EXPORT_SYMBOL(dvb_usercopy);
|
||||||
|
|
||||||
#if IS_ENABLED(CONFIG_I2C)
|
#if IS_ENABLED(CONFIG_I2C)
|
||||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,3,0))
|
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,5,0))
|
||||||
struct i2c_client *dvb_module_probe(const char *module_name,
|
struct i2c_client *dvb_module_probe(const char *module_name,
|
||||||
const char *name,
|
const char *name,
|
||||||
struct i2c_adapter *adap,
|
struct i2c_adapter *adap,
|
||||||
|
Loading…
Reference in New Issue
Block a user