aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/avf
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2023-12-05 17:01:01 -0800
committerTony Nguyen <anthony.l.nguyen@intel.com>2023-12-18 11:15:43 -0800
commit3314f2097dee43defc20554f961a8b17f4787e2d (patch)
tree150d2cc46d1e0fb7ea923a9830ed7a0bb726527f /include/linux/avf
parente1000e: make lost bits explicit (diff)
downloadwireguard-linux-3314f2097dee43defc20554f961a8b17f4787e2d.tar.xz
wireguard-linux-3314f2097dee43defc20554f961a8b17f4787e2d.zip
intel: add bit macro includes where needed
This series is introducing the use of FIELD_GET and FIELD_PREP which requires bitfield.h to be included. Fix all the includes in this one change, and rearrange includes into alphabetical order to ease readability and future maintenance. virtchnl.h and it's usage was modified to have it's own includes as it should. This required including bits.h for virtchnl.h. Reviewed-by: Marcin Szycik <marcin.szycik@linux.intel.com> Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'include/linux/avf')
-rw-r--r--include/linux/avf/virtchnl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/avf/virtchnl.h b/include/linux/avf/virtchnl.h
index a44d9dc7e3eb..8e177b67e82f 100644
--- a/include/linux/avf/virtchnl.h
+++ b/include/linux/avf/virtchnl.h
@@ -5,6 +5,7 @@
#define _VIRTCHNL_H_
#include <linux/bitops.h>
+#include <linux/bits.h>
#include <linux/overflow.h>
#include <uapi/linux/if_ether.h>