This fixes the following build failure: arch/powerpc/kvm/book3s_xics.c:812: error: implicit declaration of function 'get_tb'
Signed-off-by: Jeff Mahoney <je...@suse.com> --- arch/powerpc/kvm/book3s_xics.c | 1 + 1 file changed, 1 insertion(+) --- 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> -- Jeff Mahoney SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/