Skip to content

Commit

Permalink
kmod/vdpa: include missing header
Browse files Browse the repository at this point in the history
Added missing header (linux/bitfield.h) to fix build on v6.8 kernel.

 error: implicit declaration of function _FIELD_GET_
 [-Werror=implicit-function-declaration]

Fixes: 3fc4052 ("kmod/vdpa: correct VF mailbox data address
		     calculation")
Cc: [email protected]

Signed-off-by: Shijith Thotton <[email protected]>
Change-Id: Ia62693db4d630f41c79a4e3558fef351deed4c19
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/142454
Tested-by: sa_ip-toolkits-Jenkins <[email protected]>
Reviewed-by: Srujana Challa <[email protected]>
  • Loading branch information
Shijith Thotton authored and jerinjacobk committed Jan 16, 2025
1 parent b1b02bb commit ffe5b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kmod/vdpa/octeon_ep/octep_vdpa_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Copyright (c) 2023 Marvell.
*/

#include <linux/bitfield.h>
#include <linux/interrupt.h>
#include <linux/io-64-nonatomic-lo-hi.h>
#include <linux/module.h>
Expand Down

0 comments on commit ffe5b1b

Please sign in to comment.