diff options
| -rw-r--r-- | arch/parisc/include/uapi/asm/Kbuild | 3 | ||||
| -rw-r--r-- | arch/parisc/include/uapi/asm/resource.h | 7 |
2 files changed, 2 insertions, 8 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 @@ | |||
| 1 | # UAPI Header export list | 1 | # UAPI Header export list |
| 2 | include include/uapi/asm-generic/Kbuild.asm | 2 | include include/uapi/asm-generic/Kbuild.asm |
| 3 | 3 | ||
| 4 | generic-y += resource.h | ||
| 5 | |||
| 4 | header-y += bitsperlong.h | 6 | header-y += bitsperlong.h |
| 5 | header-y += byteorder.h | 7 | header-y += byteorder.h |
| 6 | header-y += errno.h | 8 | header-y += errno.h |
| @@ -13,7 +15,6 @@ header-y += msgbuf.h | |||
| 13 | header-y += pdc.h | 15 | header-y += pdc.h |
| 14 | header-y += posix_types.h | 16 | header-y += posix_types.h |
| 15 | header-y += ptrace.h | 17 | header-y += ptrace.h |
| 16 | header-y += resource.h | ||
| 17 | header-y += sembuf.h | 18 | header-y += sembuf.h |
| 18 | header-y += setup.h | 19 | header-y += setup.h |
| 19 | header-y += shmbuf.h | 20 | header-y += shmbuf.h |
diff --git a/arch/parisc/include/uapi/asm/resource.h b/arch/parisc/include/uapi/asm/resource.h deleted file mode 100644 index 8b06343b62ed..000000000000 --- a/arch/parisc/include/uapi/asm/resource.h +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | #ifndef _ASM_PARISC_RESOURCE_H | ||
| 2 | #define _ASM_PARISC_RESOURCE_H | ||
| 3 | |||
| 4 | #define _STK_LIM_MAX 10 * _STK_LIM | ||
| 5 | #include <asm-generic/resource.h> | ||
| 6 | |||
| 7 | #endif | ||
