summaryrefslogtreecommitdiff
path: root/arch/parisc/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2014-04-29 16:13:22 +0200
committerHelge Deller <deller@gmx.de>2014-05-01 19:29:26 +0200
commit8a415e534dbda905b829320f90c9ce5f7359debf (patch)
tree77f9935c46a76bd465bd4b938f1f573d08ca7927 /arch/parisc/include/uapi/asm/Kbuild
parente0d8898d76a785453bfaf6cd08b830a7d5189f78 (diff)
parisc: Use generic uapi/asm/resource.h file
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/uapi/asm/Kbuild')
-rw-r--r--arch/parisc/include/uapi/asm/Kbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/include/uapi/asm/Kbuild b/arch/parisc/include/uapi/asm/Kbuild
index a580642555b6..348356c99514 100644
--- a/arch/parisc/include/uapi/asm/Kbuild
+++ b/arch/parisc/include/uapi/asm/Kbuild
@@ -1,6 +1,8 @@
# UAPI Header export list
include include/uapi/asm-generic/Kbuild.asm
+generic-y += resource.h
+
header-y += bitsperlong.h
header-y += byteorder.h
header-y += errno.h
@@ -13,7 +15,6 @@ header-y += msgbuf.h
header-y += pdc.h
header-y += posix_types.h
header-y += ptrace.h
-header-y += resource.h
header-y += sembuf.h
header-y += setup.h
header-y += shmbuf.h