diff options
| author | Vineet Gupta <vgupta@synopsys.com> | 2014-05-16 00:20:38 -0400 |
|---|---|---|
| committer | Vineet Gupta <vgupta@synopsys.com> | 2014-06-03 03:56:53 -0400 |
| commit | 26bc8a9fcf4f9b3a562daaf28cf3ebda4fb80c65 (patch) | |
| tree | 87c8562676260b6b084e0b009da7a78673a0d407 | |
| parent | 2d4899f6bddfbeb88c01f2ec28f977e0d8c8d369 (diff) | |
ARC: remove duplicate header exports
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
| -rw-r--r-- | arch/arc/include/uapi/asm/Kbuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arc/include/uapi/asm/Kbuild b/arch/arc/include/uapi/asm/Kbuild index 18fefaea73fd..f50d02df78d5 100644 --- a/arch/arc/include/uapi/asm/Kbuild +++ b/arch/arc/include/uapi/asm/Kbuild | |||
| @@ -2,11 +2,4 @@ | |||
| 2 | include include/uapi/asm-generic/Kbuild.asm | 2 | include include/uapi/asm-generic/Kbuild.asm |
| 3 | header-y += elf.h | 3 | header-y += elf.h |
| 4 | header-y += page.h | 4 | header-y += page.h |
| 5 | header-y += setup.h | ||
| 6 | header-y += byteorder.h | ||
| 7 | header-y += cachectl.h | 5 | header-y += cachectl.h |
| 8 | header-y += ptrace.h | ||
| 9 | header-y += sigcontext.h | ||
| 10 | header-y += signal.h | ||
| 11 | header-y += swab.h | ||
| 12 | header-y += unistd.h | ||
