[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200929234237.3567664-2-jacob.e.keller@intel.com>
Date: Tue, 29 Sep 2020 16:42:36 -0700
From: Jacob Keller <jacob.e.keller@...el.com>
To: netdev@...r.kernel.org
Cc: dsahern@...il.com, Jacob Keller <jacob.e.keller@...el.com>
Subject: [iproute2-next 1/2] Update kernel headers for devlink
The recent changes to support an overwrite mask require the _BITUL macro
to be included. The uapi/linux/devlink.h header did not include
<linux/const> resulting in compile failures using the macros that relied
upon it.
Signed-off-by: Jacob Keller <jacob.e.keller@...el.com>
---
include/uapi/linux/devlink.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/linux/devlink.h b/include/uapi/linux/devlink.h
index 39f5cadc7f07..92498c204e42 100644
--- a/include/uapi/linux/devlink.h
+++ b/include/uapi/linux/devlink.h
@@ -13,6 +13,8 @@
#ifndef _LINUX_DEVLINK_H_
#define _LINUX_DEVLINK_H_
+#include <linux/const.h>
+
#define DEVLINK_GENL_NAME "devlink"
#define DEVLINK_GENL_VERSION 0x1
#define DEVLINK_GENL_MCGRP_CONFIG_NAME "config"
--
2.28.0.497.g54e85e7af1ac
Powered by blists - more mailing lists