SPEC-3723: restructure meta-agl
[AGL/meta-agl.git] / meta-agl-core / recipes-kernel / linux / linux-4.14 / net-sch_generic-add-if_afp.h-header-to-get-ARPHRD_CA.patch
1 From 17d0075d95b5087d5df553444cca390fa479bad9 Mon Sep 17 00:00:00 2001
2 From: Matt Ranostay <matt.ranostay@konsulko.com>
3 Date: Tue, 10 Mar 2020 22:27:28 -0700
4 Subject: [PATCH] net: sch_generic: add if_afp.h header to get ARPHRD_CAN macro
5
6 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 ---
8  net/sched/sch_generic.c | 1 +
9  1 file changed, 1 insertion(+)
10
11 diff --git a/net/sched/sch_generic.c b/net/sched/sch_generic.c
12 index bf8c81e07c70..1845ef8c7dbd 100644
13 --- a/net/sched/sch_generic.c
14 +++ b/net/sched/sch_generic.c
15 @@ -25,6 +25,7 @@
16  #include <linux/rcupdate.h>
17  #include <linux/list.h>
18  #include <linux/slab.h>
19 +#include <linux/if_arp.h>
20  #include <linux/if_vlan.h>
21  #include <net/sch_generic.h>
22  #include <net/pkt_sched.h>
23 -- 
24 2.25.0
25