Skip to content

Commit

Permalink
vmware: fix build error in vmware.c
Browse files Browse the repository at this point in the history
This fixes a build error reported in vmware.c due to commit
9f242dc

Reported-by: Sven Joachim <svenjoac@gmx.de>
Cc: Alok Kataria <akataria@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Aug 20, 2010
1 parent 57cbde5 commit 4070f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/cpu/vmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4070f43

Please sign in to comment.