]> git.baikalelectronics.ru Git - kernel.git/commit
nds32: remove redundant kernel-space generic-y
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 16 Dec 2018 14:14:11 +0000 (23:14 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 6 Jan 2019 00:46:51 +0000 (09:46 +0900)
commit9790bf96f65004b77c37aa1dac495c24fff94299
treeba57fe11729283ba361221d3a412bdd45d13f518
parentdb3fa9b1ffd681ecbb0032fb90d666c30d69a365
nds32: remove redundant kernel-space generic-y

This commit removes redundant generic-y defines in
arch/nds32/include/asm/Kbuild.

[1] It is redundant to define the same generic-y in both
    arch/$(ARCH)/include/asm/Kbuild and
    arch/$(ARCH)/include/uapi/asm/Kbuild.

    Remove the following generic-y:

      bitsperlong.h
      bpf_perf_event.h
      errno.h
      fcntl.h
      ioctl.h
      ioctls.h
      mman.h
      shmbuf.h
      stat.h

[2] It is redundant to define generic-y when arch-specific
    implementation exists in arch/$(ARCH)/include/asm/*.h

    Remove the following generic-y:

      ftrace.h

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/nds32/include/asm/Kbuild