commit | 1509ae56cdc19a12f76000e31602e4119fffc571 | [log] [tgz] |
---|---|---|
author | Bharat Bhushan <r65777@freescale.com> | Tue Dec 18 01:21:28 2012 +0000 |
committer | Alexander Graf <agraf@suse.de> | Thu Dec 20 11:23:32 2012 +0100 |
tree | f53a9b0b33d8b256e1b00ea9e2357b9cf9810d3c | |
parent | 66cdd0ceaf65a18996f561b770eedde1d123b019 [diff] |
powerpc: Corrected include header path in kvm_para.h The include/uapi/asm/kvm_para.h includes <include/uapi/asm/epapr_hcalls.h> but the correct reference should be <include/asm/epapr_hcalls.h> as this is the place where make install_header installs the header files for userspace. Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com> CC: stable@vger.kernel.org Signed-off-by: Alexander Graf <agraf@suse.de>