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

2015-08-19 Thread Michael Ellerman
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_PA

[PATCH] powerpc: Export include/uapi/asm/eeh.h

2015-08-17 Thread Gavin Shan
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-