diff mbox

powerpc: Export include/uapi/asm/eeh.h

Message ID 1439859460-7497-1-git-send-email-gwshan@linux.vnet.ibm.com (mailing list archive)
State Accepted
Delegated to: Michael Ellerman
Headers show

Commit Message

Gavin Shan Aug. 18, 2015, 12:57 a.m. UTC
This adds include/uapi/asm/eeh.h to kbuild so that the header
file will be exported automatically with below command. The
header file was added by commit ed3e81f ("powerpc/eeh: Move PE
state constants around")

   make INSTALL_HDR_PATH=/tmp/headers \
        SRCARCH=powerpc headers_install

Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
---
 arch/powerpc/include/uapi/asm/Kbuild | 1 +
 1 file changed, 1 insertion(+)

Comments

Michael Ellerman Aug. 19, 2015, 11:14 p.m. UTC | #1
On Tue, 2015-18-08 at 00:57:40 UTC, Gavin Shan wrote:
> This adds include/uapi/asm/eeh.h to kbuild so that the header
> file will be exported automatically with below command. The
> header file was added by commit ed3e81f ("powerpc/eeh: Move PE
> state constants around")
> 
>    make INSTALL_HDR_PATH=/tmp/headers \
>         SRCARCH=powerpc headers_install
> 
> Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/dd497154d359ba9d2d3e

cheers
diff mbox

Patch

diff --git a/arch/powerpc/include/uapi/asm/Kbuild b/arch/powerpc/include/uapi/asm/Kbuild
index f44a0278..dab3717 100644
--- a/arch/powerpc/include/uapi/asm/Kbuild
+++ b/arch/powerpc/include/uapi/asm/Kbuild
@@ -6,6 +6,7 @@  header-y += bitsperlong.h
 header-y += bootx.h
 header-y += byteorder.h
 header-y += cputable.h
+header-y += eeh.h
 header-y += elf.h
 header-y += epapr_hcalls.h
 header-y += errno.h