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:
92a2320
)
xfrm: wrap xfrmdev_ops with offload config
author
Shannon Nelson
<shannon.nelson@oracle.com>
Tue, 19 Dec 2017 23:35:49 +0000
(15:35 -0800)
committer
Steffen Klassert
<steffen.klassert@secunet.com>
Thu, 21 Dec 2017 07:17:48 +0000
(08:17 +0100)
There's no reason to define netdev->xfrmdev_ops if
the offload facility is not CONFIG'd in.
Signed-off-by: Shannon Nelson <shannon.nelson@oracle.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
include/linux/netdevice.h
patch
|
blob
|
history
diff --git
a/include/linux/netdevice.h
b/include/linux/netdevice.h
index
c82d207
..
352066e
100644
(file)
--- a/
include/linux/netdevice.h
+++ b/
include/linux/netdevice.h
@@
-1726,7
+1726,7
@@
struct net_device {
const struct ndisc_ops *ndisc_ops;
#endif
-#ifdef CONFIG_XFRM
+#ifdef CONFIG_XFRM
_OFFLOAD
const struct xfrmdev_ops *xfrmdev_ops;
#endif