diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-07-10 03:32:49 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-07-11 21:33:36 +0900 |
commit | 770c0d86013e22647b15af8df2707f81ee1d5cd0 (patch) | |
tree | e22966fbafde3d6c41da638d9dec8985660defe3 /fs/ntfs/unistr.c | |
parent | 9ffd93852fc66f2bdf61a574db107f106e9fb2ff (diff) | |
download | linux-770c0d86013e22647b15af8df2707f81ee1d5cd0.tar.bz2 |
nios2: remove unneeded arch/nios2/include/(generated/)asm/signal.h
Currently, NIOS2 has three signal.h files under arch/nios2/include:
[1] arch/nios2/include/asm/signal.h
[2] arch/nios2/include/uapi/asm/signal.h
[3] arch/nios2/include/generated/asm/signal.h
[3] is build-time generated by scripts/Makefile.asm-generic.
However, -I$(srctree)/arch/$(hdr-arch)/include search path is listed
before -I$(objtree)/arch/$(hdr-arch)/include/generated in LINUXINCLUDE.
Therefore [1] is always included instead of [3]. Remove [3] which
is never included.
If we look at [1], it just includes [2]. So, [1] can be removed
as well.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'fs/ntfs/unistr.c')
0 files changed, 0 insertions, 0 deletions