diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-11-05 17:17:12 +1100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-11-05 17:17:12 +1100 |
commit | e0ea8b2c0677e6cc44a0e5b867be48867f91de5b (patch) | |
tree | 28131a74e034bbb8e8d4b5700b73b5f2b835bf08 /arch/powerpc | |
parent | d4e09f8432a428d6a46ca4f3c2b28d0385f5b93d (diff) |
powerpc/kvm: Fix non-modular build
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kvm/timing.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/timing.c b/arch/powerpc/kvm/timing.c index 2aa371e3007..70378551c0c 100644 --- a/arch/powerpc/kvm/timing.c +++ b/arch/powerpc/kvm/timing.c @@ -23,6 +23,7 @@ #include <linux/seq_file.h> #include <linux/debugfs.h> #include <linux/uaccess.h> +#include <linux/module.h> #include <asm/time.h> #include <asm-generic/div64.h> |