Skip to content

Commit 477b4e8

Browse files
committed
Merge tag 'hyperv-fixes-signed-20211022' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Pull hyper-v fix from Wei Liu: - Fix vmbus ARM64 build (Arnd Bergmann) * tag 'hyperv-fixes-signed-20211022' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux: hyperv/vmbus: include linux/bitops.h
2 parents 1d4590f + 8017c99 commit 477b4e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hv/hyperv_vmbus.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#define _HYPERV_VMBUS_H
1414

1515
#include <linux/list.h>
16+
#include <linux/bitops.h>
1617
#include <asm/sync_bitops.h>
1718
#include <asm/hyperv-tlfs.h>
1819
#include <linux/atomic.h>

0 commit comments

Comments
 (0)