Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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 ed3e81ff2016 ("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>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Gavin Shan and committed by
Michael Ellerman
dd497154 e0ad784b

+1
+1
arch/powerpc/include/uapi/asm/Kbuild
··· 6 6 header-y += bootx.h 7 7 header-y += byteorder.h 8 8 header-y += cputable.h 9 + header-y += eeh.h 9 10 header-y += elf.h 10 11 header-y += epapr_hcalls.h 11 12 header-y += errno.h