mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
wrong kernel version cheked
This commit is contained in:
parent
b46b89d4b5
commit
d808f1d37a
@ -980,7 +980,7 @@ out:
|
||||
EXPORT_SYMBOL(dvb_usercopy);
|
||||
|
||||
#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,
|
||||
const char *name,
|
||||
struct i2c_adapter *adap,
|
||||
|
Loading…
Reference in New Issue
Block a user