Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

loongarch: avoid generating extra header files

The list of generated headers is rather outdated, some of these no longer
exist, while others are already listed in include/asm-generic/Kbuild
so there is no need to list them here.

As we start validating the list of headers against the files that exist,
the outdated ones now cause a warning.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

-16
-16
arch/loongarch/include/asm/Kbuild
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 generated-y += orc_hash.h 3 3 4 - generic-y += dma-contiguous.h 5 4 generic-y += mcs_spinlock.h 6 5 generic-y += parport.h 7 6 generic-y += early_ioremap.h 8 7 generic-y += qrwlock.h 9 8 generic-y += qspinlock.h 10 - generic-y += rwsem.h 11 - generic-y += segment.h 12 9 generic-y += user.h 13 - generic-y += stat.h 14 - generic-y += fcntl.h 15 10 generic-y += ioctl.h 16 - generic-y += ioctls.h 17 - generic-y += mman.h 18 - generic-y += msgbuf.h 19 - generic-y += sembuf.h 20 - generic-y += shmbuf.h 21 11 generic-y += statfs.h 22 - generic-y += socket.h 23 - generic-y += sockios.h 24 - generic-y += termbits.h 25 - generic-y += poll.h 26 12 generic-y += param.h 27 - generic-y += posix_types.h 28 - generic-y += resource.h