summaryrefslogtreecommitdiff |
diff options
author | Jeff Mahoney <jeffm@suse.com> | 2013-06-05 11:55:02 -0400 |
---|---|---|
committer | Jeff Mahoney <jeffm@suse.com> | 2013-06-05 11:55:02 -0400 |
commit | 48135944621f481f35d2bfd31bcf2e6b1b7c101a (patch) | |
tree | 272cc106b18b4a03655a68d387d961af39fe3d76 | |
parent | 7c3a112e6566f9151694db2ba0d3850e641359b4 (diff) |
powerpc: add missing include to book3s_xics.c.rpm-3.10.rc4-1--openSUSE-13.1-Milestone2rpm-3.10.rc4-1
suse-commit: fc06ef70e7aa0d267258110685d4eb6773f960cb
-rw-r--r-- | arch/powerpc/kvm/book3s_xics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/book3s_xics.c b/arch/powerpc/kvm/book3s_xics.c index 94c1dd46b83d..a3a5cb8ee7ea 100644 --- a/arch/powerpc/kvm/book3s_xics.c +++ b/arch/powerpc/kvm/book3s_xics.c @@ -19,6 +19,7 @@ #include <asm/hvcall.h> #include <asm/xics.h> #include <asm/debug.h> +#include <asm/time.h> #include <linux/debugfs.h> #include <linux/seq_file.h> |