diff options
author | Alexander Graf <agraf@suse.de> | 2012-10-27 19:26:14 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-10-30 10:54:52 +0100 |
commit | c99ec973a63e2249020d6d93a46d7572432da6a2 (patch) | |
tree | 18dc7e442a78f9a63b17c5c955f7e8e470b906cc /arch/powerpc/include/uapi/asm/Kbuild | |
parent | KVM: PPC: Move mtspr/mfspr emulation into own functions (diff) | |
download | linux-c99ec973a63e2249020d6d93a46d7572432da6a2.tar.xz linux-c99ec973a63e2249020d6d93a46d7572432da6a2.zip |
PPC: ePAPR: Convert header to uapi
The new uapi framework splits kernel internal and user space exported
bits of header files more cleanly. Adjust the ePAPR header accordingly.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/powerpc/include/uapi/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/Kbuild b/arch/powerpc/include/uapi/asm/Kbuild index baebb3da1d44..e6b5be86e4fa 100644 --- a/arch/powerpc/include/uapi/asm/Kbuild +++ b/arch/powerpc/include/uapi/asm/Kbuild @@ -1,3 +1,4 @@ # UAPI Header export list include include/uapi/asm-generic/Kbuild.asm +header-y += epapr_hcalls.h |