Skip to content

Commit ff96f5c

Browse files
committed
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 <[email protected]>
1 parent 0dd0e94 commit ff96f5c

File tree

1 file changed

+0
-16
lines changed
  • arch/loongarch/include/asm

1 file changed

+0
-16
lines changed

arch/loongarch/include/asm/Kbuild

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
11
# SPDX-License-Identifier: GPL-2.0
22
generated-y += orc_hash.h
33

4-
generic-y += dma-contiguous.h
54
generic-y += mcs_spinlock.h
65
generic-y += parport.h
76
generic-y += early_ioremap.h
87
generic-y += qrwlock.h
98
generic-y += qspinlock.h
10-
generic-y += rwsem.h
11-
generic-y += segment.h
129
generic-y += user.h
13-
generic-y += stat.h
14-
generic-y += fcntl.h
1510
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
2111
generic-y += statfs.h
22-
generic-y += socket.h
23-
generic-y += sockios.h
24-
generic-y += termbits.h
25-
generic-y += poll.h
2612
generic-y += param.h
27-
generic-y += posix_types.h
28-
generic-y += resource.h

0 commit comments

Comments
 (0)