adjust kernel version check

This commit is contained in:
rjkm 2020-10-16 14:32:47 +02:00
parent a375cd1716
commit 22475860d5
1 changed files with 1 additions and 1 deletions

View File

@ -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,