From: Ivan Vecera Date: Wed, 27 Sep 2023 08:31:30 +0000 (+0200) Subject: virtchnl: Add header dependencies X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7151d87a175c6618fe81705755eb3dc4199cad4e;p=linux.git virtchnl: Add header dependencies The uses BIT, struct_size and ETH_ALEN macros but does not include appropriate header files that defines them. Add these dependencies so this header file can be included anywhere. Signed-off-by: Ivan Vecera Reviewed-by: Przemek Kitszel Reviewed-by: Jesse Brandeburg Reviewed-by: Aleksandr Loktionov Signed-off-by: Tony Nguyen --- diff --git a/include/linux/avf/virtchnl.h b/include/linux/avf/virtchnl.h index dd71d30097710..6b3acf15be5c2 100644 --- a/include/linux/avf/virtchnl.h +++ b/include/linux/avf/virtchnl.h @@ -4,6 +4,10 @@ #ifndef _VIRTCHNL_H_ #define _VIRTCHNL_H_ +#include +#include +#include + /* Description: * This header file describes the Virtual Function (VF) - Physical Function * (PF) communication protocol used by the drivers for all devices starting