mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 03:22:27 -04:00
selftests: drv-net: remove an unnecessary libmnl include
ncdevmem doesn't need libmnl, remove the unnecessary include. Since YNL doesn't depend on libmnl either, any more, it's actually possible to build selftests without having libmnl installed. Reviewed-by: Mina Almasry <almasrymina@google.com> Reviewed-by: Joe Damato <jdamato@fastly.com> Link: https://patch.msgid.link/20250207183119.1721424-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
#include <linux/memfd.h>
|
||||
#include <linux/dma-buf.h>
|
||||
#include <linux/udmabuf.h>
|
||||
#include <libmnl/libmnl.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/netlink.h>
|
||||
#include <linux/genetlink.h>
|
||||
|
||||
Reference in New Issue
Block a user