Commit 477b4e80 authored by Linus Torvalds's avatar Linus Torvalds

Merge tag 'hyperv-fixes-signed-20211022' of...

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
parents 1d4590f5 8017c996
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#define _HYPERV_VMBUS_H #define _HYPERV_VMBUS_H
#include <linux/list.h> #include <linux/list.h>
#include <linux/bitops.h>
#include <asm/sync_bitops.h> #include <asm/sync_bitops.h>
#include <asm/hyperv-tlfs.h> #include <asm/hyperv-tlfs.h>
#include <linux/atomic.h> #include <linux/atomic.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment