Skip to content

Commit

Permalink
x86/hyperv: Remove duplicate include
Browse files Browse the repository at this point in the history
Clean up the following includecheck warning:

./arch/x86/hyperv/ivm.c: linux/bitfield.h is included more than once.
./arch/x86/hyperv/ivm.c: linux/types.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/1635325022-99889-1-git-send-email-jiapeng.chong@linux.alibaba.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
  • Loading branch information
Jiapeng Chong authored and Wei Liu committed Oct 28, 2021
1 parent c5989b9 commit 0b90608
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/hyperv/ivm.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
* Tianyu Lan <Tianyu.Lan@microsoft.com>
*/

#include <linux/types.h>
#include <linux/bitfield.h>
#include <linux/hyperv.h>
#include <linux/types.h>
#include <linux/bitfield.h>
#include <linux/slab.h>
#include <asm/svm.h>
#include <asm/sev.h>
Expand Down

0 comments on commit 0b90608

Please sign in to comment.