Skip to content

Commit

Permalink
powerpc: Use the asm-generic versions of some uapi includes
Browse files Browse the repository at this point in the history
These are completely obvious as all they do is include the asm-generic
versions.

Signed-off-by: Stephen Rothwell <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
  • Loading branch information
sfrothwell authored and mpe committed May 30, 2017
1 parent 6e2f03e commit b87901e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions arch/powerpc/include/uapi/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -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 change: 0 additions & 1 deletion arch/powerpc/include/uapi/asm/param.h

This file was deleted.

1 change: 0 additions & 1 deletion arch/powerpc/include/uapi/asm/poll.h

This file was deleted.

1 change: 0 additions & 1 deletion arch/powerpc/include/uapi/asm/resource.h

This file was deleted.

6 changes: 0 additions & 6 deletions arch/powerpc/include/uapi/asm/statfs.h

This file was deleted.

0 comments on commit b87901e

Please sign in to comment.