mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
8c4fa8b8d4
This commit removes redundant generic-y defines in arch/riscv/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: errno.h fcntl.h ioctl.h ioctls.h ipcbuf.h mman.h msgbuf.h param.h poll.h posix_types.h resource.h sembuf.h setup.h shmbuf.h signal.h socket.h sockios.h stat.h statfs.h swab.h termbits.h termios.h types.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: cacheflush.h module.h Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
38 lines
861 B
Makefile
38 lines
861 B
Makefile
generic-y += bugs.h
|
|
generic-y += checksum.h
|
|
generic-y += compat.h
|
|
generic-y += cputime.h
|
|
generic-y += device.h
|
|
generic-y += div64.h
|
|
generic-y += dma.h
|
|
generic-y += dma-contiguous.h
|
|
generic-y += dma-mapping.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += exec.h
|
|
generic-y += fb.h
|
|
generic-y += hardirq.h
|
|
generic-y += hash.h
|
|
generic-y += hw_irq.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += kdebug.h
|
|
generic-y += kmap_types.h
|
|
generic-y += kvm_para.h
|
|
generic-y += local.h
|
|
generic-y += local64.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += mutex.h
|
|
generic-y += percpu.h
|
|
generic-y += preempt.h
|
|
generic-y += scatterlist.h
|
|
generic-y += sections.h
|
|
generic-y += serial.h
|
|
generic-y += shmparam.h
|
|
generic-y += topology.h
|
|
generic-y += trace_clock.h
|
|
generic-y += unaligned.h
|
|
generic-y += user.h
|
|
generic-y += vga.h
|
|
generic-y += vmlinux.lds.h
|
|
generic-y += xor.h
|