summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2015-06-17 03:35:39 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2015-06-18 00:16:02 +0300
commitcdf2bc1c283066d6f0834cc5dd4fcf5d01e44af9 (patch)
tree4423eee8e47502c63d482ddb96b6a52ba6ecfce0
parent7185795a62589292015484985635b4a38029a2b9 (diff)
downloadlinux-cdf2bc1c283066d6f0834cc5dd4fcf5d01e44af9.tar.xz
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>
-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