mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
do not reference eth_rebuild_header in newer kernels
This commit is contained in:
@@ -1227,7 +1227,9 @@ static int dvb_net_stop(struct net_device *dev)
|
||||
static const struct header_ops dvb_header_ops = {
|
||||
.create = eth_header,
|
||||
.parse = eth_header_parse,
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 2)
|
||||
.rebuild = eth_rebuild_header,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user