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>
This commit is contained in:
parent
6e2f03e292
commit
b87901e6ec
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
#include <asm-generic/param.h>
|
|
@ -1 +0,0 @@
|
|||
#include <asm-generic/poll.h>
|
|
@ -1 +0,0 @@
|
|||
#include <asm-generic/resource.h>
|
|
@ -1,6 +0,0 @@
|
|||
#ifndef _ASM_POWERPC_STATFS_H
|
||||
#define _ASM_POWERPC_STATFS_H
|
||||
|
||||
#include <asm-generic/statfs.h>
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue