summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorJeremy Kerr2015-06-17 02:35:39 +0200
committerMichael Ellerman2015-06-17 23:16:02 +0200
commitcdf2bc1c283066d6f0834cc5dd4fcf5d01e44af9 (patch)
tree4423eee8e47502c63d482ddb96b6a52ba6ecfce0 /arch/powerpc
parentpowerpc/powernv: fix construction of opal PRD messages (diff)
downloadkernel-qcow2-linux-cdf2bc1c283066d6f0834cc5dd4fcf5d01e44af9.tar.gz
kernel-qcow2-linux-cdf2bc1c283066d6f0834cc5dd4fcf5d01e44af9.tar.xz
kernel-qcow2-linux-cdf2bc1c283066d6f0834cc5dd4fcf5d01e44af9.zip
powerpc/include: Add opal-prd to installed uapi headers
We'll want to build the opal-prd daemon with the prd headers, so include this in the uapi headers list. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/include/uapi/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/Kbuild b/arch/powerpc/include/uapi/asm/Kbuild
index 79c4068be278..f44a027818af 100644
--- a/arch/powerpc/include/uapi/asm/Kbuild
+++ b/arch/powerpc/include/uapi/asm/Kbuild
@@ -18,6 +18,7 @@ header-y += kvm_para.h
header-y += mman.h
header-y += msgbuf.h
header-y += nvram.h
+header-y += opal-prd.h
header-y += param.h
header-y += perf_event.h
header-y += poll.h