diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-05-26 09:19:46 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-05-30 07:59:51 +0300 |
commit | b87901e6ec782b881224e1723eb142ff4b61bf70 (patch) | |
tree | fc78b7e93e8b069023f8dd71b020f3b5a26f574b /arch/powerpc/include/uapi/asm/Kbuild | |
parent | 6e2f03e292ef46eed2b31b0a344a91d514f9cd81 (diff) | |
download | linux-b87901e6ec782b881224e1723eb142ff4b61bf70.tar.xz |
powerpc: Use the asm-generic versions of some uapi includes
These are completely obvious as all they do is include the asm-generic
versions.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/powerpc/include/uapi/asm/Kbuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/Kbuild b/arch/powerpc/include/uapi/asm/Kbuild index b15bf6bc0e94..9aba4af4122e 100644 --- a/arch/powerpc/include/uapi/asm/Kbuild +++ b/arch/powerpc/include/uapi/asm/Kbuild @@ -1,2 +1,7 @@ # UAPI Header export list include include/uapi/asm-generic/Kbuild.asm + +generic-y += param.h +generic-y += poll.h +generic-y += resource.h +generic-y += statfs.h |