The uses of this macro were removed in d4598e1d18ac ("udp: Use the same buffer for the L2 header for all frames"). Signed-off-by: David Gibson <david(a)gibson.dropbear.id.au> --- tap.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tap.h b/tap.h index dfbd8b9e..a476a125 100644 --- a/tap.h +++ b/tap.h @@ -6,8 +6,6 @@ #ifndef TAP_H #define TAP_H -#define ETH_HDR_INIT(proto) { .h_proto = htons_constant(proto) } - /** * struct tap_hdr - tap backend specific headers * @vnet_len: Frame length (for qemu socket transport) -- 2.48.1