mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
fixes for 3.x kernels
This commit is contained in:
@@ -1382,7 +1382,7 @@ static int dvb_net_add_if(struct dvb_net *dvbnet, u16 pid, u8 feedtype)
|
||||
return -EINVAL;
|
||||
|
||||
net = alloc_netdev(sizeof(struct dvb_net_priv), "dvb",
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0))
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 17, 0))
|
||||
NET_NAME_UNKNOWN,
|
||||
#endif
|
||||
dvb_net_setup);
|
||||
|
Reference in New Issue
Block a user