aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch
diff options
context:
space:
mode:
authorGravatar Jakub Kicinski <kuba@kernel.org> 2024-03-29 10:57:10 -0700
committerGravatar Jakub Kicinski <kuba@kernel.org> 2024-04-01 21:44:34 -0700
commitcd7209628cdb2a7edd7656c126d2455e7102e949 (patch)
tree8791061a86c277c7aafd86283c428eee6cc3e08c /net/openvswitch
parentnet: openvswitch: remove unnecessary linux/genetlink.h include (diff)
downloadlinux-cd7209628cdb2a7edd7656c126d2455e7102e949.tar.gz
linux-cd7209628cdb2a7edd7656c126d2455e7102e949.tar.bz2
linux-cd7209628cdb2a7edd7656c126d2455e7102e949.zip
genetlink: remove linux/genetlink.h
genetlink.h is a shell of what used to be a combined uAPI and kernel header over a decade ago. It has fewer than 10 lines of code. Merge it into net/genetlink.h. In some ways it'd be better to keep the combined header under linux/ but it would make looking through git history harder. Acked-by: Sven Eckelmann <sven@narfation.org> Link: https://lore.kernel.org/r/20240329175710.291749-4-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/openvswitch')
-rw-r--r--net/openvswitch/datapath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c
index 11c69415c605..99d72543abd3 100644
--- a/net/openvswitch/datapath.c
+++ b/net/openvswitch/datapath.c
@@ -15,7 +15,6 @@
#include <linux/delay.h>
#include <linux/time.h>
#include <linux/etherdevice.h>
-#include <linux/genetlink.h>
#include <linux/kernel.h>
#include <linux/kthread.h>
#include <linux/mutex.h>