projects
/
wrapfs-4.13.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57cbde5
)
vmware: fix build error in vmware.c
author
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 18 Aug 2010 20:06:12 +0000
(13:06 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 20 Aug 2010 18:51:50 +0000
(11:51 -0700)
This fixes a build error reported in vmware.c due to commit
9f242dc10e0c3c1eb32d8c83c18650a35fd7f80d
Reported-by: Sven Joachim <svenjoac@gmx.de>
Cc: Alok Kataria <akataria@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kernel/cpu/vmware.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/vmware.c
b/arch/x86/kernel/cpu/vmware.c
index 562d5f04cc9653b654190ee60266d6ea4e66243c..e44e02d486513933cd0b30b19a8c80c8bf5624c5 100644
(file)
--- a/
arch/x86/kernel/cpu/vmware.c
+++ b/
arch/x86/kernel/cpu/vmware.c
@@
-23,6
+23,7
@@
#include <linux/dmi.h>
#include <linux/module.h>
+#include <linux/jiffies.h>
#include <asm/div64.h>
#include <asm/vmware.h>
#include <asm/x86_init.h>