Skip to content

Commit a4fd8b3

Browse files
committed
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fix from Thomas Gleixner: "A single fix to unbreak the vdso32 build for 64bit kernels caused by excess #includes in the mshyperv header" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/mshyperv: Remove excess #includes from mshyperv.h
2 parents 5f4b37d + 26fcd95 commit a4fd8b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/x86/include/asm/mshyperv.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
#define _ASM_X86_MSHYPER_H
33

44
#include <linux/types.h>
5-
#include <linux/interrupt.h>
6-
#include <linux/clocksource.h>
5+
#include <linux/atomic.h>
76
#include <asm/hyperv.h>
87

98
/*

0 commit comments

Comments
 (0)