wrong kernel version cheked

This commit is contained in:
none 2020-09-17 09:59:43 +02:00 committed by rjkm
parent b46b89d4b5
commit d808f1d37a
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(4,3,0)) #if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,3,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,