projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
477edb7
)
dsa: add missing net/devlink.h include
author
Jiri Pirko
<jiri@mellanox.com>
Sun, 24 Mar 2019 10:14:26 +0000
(11:14 +0100)
committer
David S. Miller
<davem@davemloft.net>
Sun, 24 Mar 2019 18:55:30 +0000
(14:55 -0400)
devlink functions are in use, so include the related header file.
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/dsa2.c
patch
|
blob
|
history
diff --git
a/net/dsa/dsa2.c
b/net/dsa/dsa2.c
index c00ee464afc78fbe23de6be18be576df9175be0d..4558de672b4f2e55c14ea9c59852667d2aa91513 100644
(file)
--- a/
net/dsa/dsa2.c
+++ b/
net/dsa/dsa2.c
@@
-18,6
+18,7
@@
#include <linux/rtnetlink.h>
#include <linux/of.h>
#include <linux/of_net.h>
+#include <net/devlink.h>
#include "dsa_priv.h"