linux: move netdevice.h from shared/linux to basic/linux

As the header linux/if_arp.h includes linux/netdevice.h.
This commit is contained in:
Yu Watanabe 2019-04-13 18:33:34 +09:00
parent d90a044f49
commit 76566792e3
3 changed files with 1 additions and 1 deletions

View file

@ -99,6 +99,7 @@ basic_sources = files('''
linux/if_tun.h
linux/if_tunnel.h
linux/libc-compat.h
linux/netdevice.h
linux/netlink.h
linux/rtnetlink.h
linux/wireguard.h

View file

@ -102,7 +102,6 @@ shared_sources = files('''
linux/bpf_insn.h
linux/dm-ioctl.h
linux/ethtool.h
linux/netdevice.h
lockfile-util.c
lockfile-util.h
log-link.h