Re: [patch net-next 03/11] dsa: add missing net/devlink.h include

2019-03-21 Thread Andrew Lunn
On Thu, Mar 21, 2019 at 02:20:11PM +0100, Jiri Pirko wrote: > From: Jiri Pirko > > devlink functions are in use, so include the related header file. > > Signed-off-by: Jiri Pirko Reviewed-by: Andrew Lunn Andrew

[patch net-next 03/11] dsa: add missing net/devlink.h include

2019-03-21 Thread Jiri Pirko
From: Jiri Pirko devlink functions are in use, so include the related header file. Signed-off-by: Jiri Pirko --- net/dsa/dsa2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/dsa/dsa2.c b/net/dsa/dsa2.c index c00ee464afc7..4558de672b4f 100644 --- a/net/dsa/dsa2.c +++ b/net/dsa/dsa2.c