mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	arch: remove redundant UAPI generic-y defines
Now that Kbuild automatically creates asm-generic wrappers for missing mandatory headers, it is redundant to list the same headers in generic-y and mandatory-y. Suggested-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
		
							parent
							
								
									919987318a
								
							
						
					
					
						commit
						d6e4b3e326
					
				
					 24 changed files with 0 additions and 408 deletions
				
			
		| 
						 | 
					@ -1,9 +1,3 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generated-y += unistd_32.h
 | 
					generated-y += unistd_32.h
 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,28 +1,4 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generic-y += auxvec.h
 | 
					 | 
				
			||||||
generic-y += bitsperlong.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ioctls.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += posix_types.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += stat.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
generic-y += ucontext.h
 | 
					generic-y += ucontext.h
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,20 +4,3 @@ include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
generated-y += unistd-common.h
 | 
					generated-y += unistd-common.h
 | 
				
			||||||
generated-y += unistd-oabi.h
 | 
					generated-y += unistd-oabi.h
 | 
				
			||||||
generated-y += unistd-eabi.h
 | 
					generated-y += unistd-eabi.h
 | 
				
			||||||
 | 
					 | 
				
			||||||
generic-y += bitsperlong.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,21 +1,4 @@
 | 
				
			||||||
# SPDX-License-Identifier: GPL-2.0
 | 
					# SPDX-License-Identifier: GPL-2.0
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ioctls.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += swab.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,30 +1,4 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generic-y += auxvec.h
 | 
					 | 
				
			||||||
generic-y += bitsperlong.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ioctls.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += posix_types.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += shmparam.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += signal.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += stat.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
generic-y += ucontext.h
 | 
					generic-y += ucontext.h
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,30 +1,3 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generic-y += auxvec.h
 | 
					 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ioctls.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += bitsperlong.h
 | 
					 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += posix_types.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += signal.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += stat.h
 | 
					 | 
				
			||||||
generic-y += setup.h
 | 
					 | 
				
			||||||
generic-y += swab.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
generic-y += ucontext.h
 | 
					generic-y += ucontext.h
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,30 +1,4 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generic-y += auxvec.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ioctls.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += posix_types.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += setup.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += shmparam.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += stat.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += swab.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
generic-y += ucontext.h
 | 
					generic-y += ucontext.h
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,26 +1,3 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generic-y += auxvec.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ioctls.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += posix_types.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += shmparam.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += stat.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
generic-y += ucontext.h
 | 
					generic-y += ucontext.h
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,10 +1,4 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generated-y += unistd_64.h
 | 
					generated-y += unistd_64.h
 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,23 +1,4 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generated-y += unistd_32.h
 | 
					generated-y += unistd_32.h
 | 
				
			||||||
generic-y += auxvec.h
 | 
					 | 
				
			||||||
generic-y += bitsperlong.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += shmparam.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,30 +1,5 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generated-y += unistd_32.h
 | 
					generated-y += unistd_32.h
 | 
				
			||||||
generic-y += bitsperlong.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ioctls.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += shmparam.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += signal.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += stat.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += swab.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
generic-y += ucontext.h
 | 
					generic-y += ucontext.h
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,5 +6,3 @@ generated-y += unistd_o32.h
 | 
				
			||||||
generated-y += unistd_nr_n32.h
 | 
					generated-y += unistd_nr_n32.h
 | 
				
			||||||
generated-y += unistd_nr_n64.h
 | 
					generated-y += unistd_nr_n64.h
 | 
				
			||||||
generated-y += unistd_nr_o32.h
 | 
					generated-y += unistd_nr_o32.h
 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,28 +1,3 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ioctls.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += bitsperlong.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += stat.h
 | 
					 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += posix_types.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += setup.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += signal.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += swab.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
generic-y += ucontext.h
 | 
					generic-y += ucontext.h
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,29 +1,4 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generic-y += auxvec.h
 | 
					 | 
				
			||||||
generic-y += bitsperlong.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ioctls.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += posix_types.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += setup.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += stat.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
generic-y += ucontext.h
 | 
					generic-y += ucontext.h
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,31 +1,4 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generic-y += auxvec.h
 | 
					 | 
				
			||||||
generic-y += bitsperlong.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ioctls.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += posix_types.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += setup.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += shmparam.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += signal.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += stat.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += swab.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
generic-y += ucontext.h
 | 
					generic-y += ucontext.h
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,10 +2,4 @@ include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generated-y += unistd_32.h
 | 
					generated-y += unistd_32.h
 | 
				
			||||||
generated-y += unistd_64.h
 | 
					generated-y += unistd_64.h
 | 
				
			||||||
generic-y += auxvec.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,9 +2,3 @@ include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generated-y += unistd_32.h
 | 
					generated-y += unistd_32.h
 | 
				
			||||||
generated-y += unistd_64.h
 | 
					generated-y += unistd_64.h
 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,28 +1 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					 | 
				
			||||||
generic-y += setup.h
 | 
					 | 
				
			||||||
generic-y += unistd.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ioctls.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += posix_types.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += signal.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += stat.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += swab.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,18 +3,3 @@ include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generated-y += unistd_32.h
 | 
					generated-y += unistd_32.h
 | 
				
			||||||
generated-y += unistd_64.h
 | 
					generated-y += unistd_64.h
 | 
				
			||||||
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += swab.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
| 
						 | 
					@ -2,23 +2,5 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generated-y += unistd_32.h
 | 
					generated-y += unistd_32.h
 | 
				
			||||||
generic-y += bitsperlong.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += ucontext.h
 | 
					generic-y += ucontext.h
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,5 +2,3 @@ include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generated-y += unistd_32.h
 | 
					generated-y += unistd_32.h
 | 
				
			||||||
generated-y += unistd_64.h
 | 
					generated-y += unistd_64.h
 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,32 +1,4 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generic-y += auxvec.h
 | 
					 | 
				
			||||||
generic-y += bitsperlong.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += ioctls.h
 | 
					 | 
				
			||||||
generic-y += ipcbuf.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += mman.h
 | 
					 | 
				
			||||||
generic-y += msgbuf.h
 | 
					 | 
				
			||||||
generic-y += param.h
 | 
					 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
generic-y += posix_types.h
 | 
					 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += sembuf.h
 | 
					 | 
				
			||||||
generic-y += setup.h
 | 
					 | 
				
			||||||
generic-y += shmbuf.h
 | 
					 | 
				
			||||||
generic-y += shmparam.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += signal.h
 | 
					 | 
				
			||||||
generic-y += socket.h
 | 
					 | 
				
			||||||
generic-y += sockios.h
 | 
					 | 
				
			||||||
generic-y += stat.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += swab.h
 | 
					 | 
				
			||||||
generic-y += termbits.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
generic-y += types.h
 | 
					 | 
				
			||||||
generic-y += ucontext.h
 | 
					generic-y += ucontext.h
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,5 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generated-y += unistd_32.h
 | 
					generated-y += unistd_32.h
 | 
				
			||||||
generated-y += unistd_64.h
 | 
					generated-y += unistd_64.h
 | 
				
			||||||
generated-y += unistd_x32.h
 | 
					generated-y += unistd_x32.h
 | 
				
			||||||
generic-y += poll.h
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,13 +1,4 @@
 | 
				
			||||||
include include/uapi/asm-generic/Kbuild.asm
 | 
					include include/uapi/asm-generic/Kbuild.asm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
generated-y += unistd_32.h
 | 
					generated-y += unistd_32.h
 | 
				
			||||||
generic-y += bitsperlong.h
 | 
					 | 
				
			||||||
generic-y += bpf_perf_event.h
 | 
					 | 
				
			||||||
generic-y += errno.h
 | 
					 | 
				
			||||||
generic-y += fcntl.h
 | 
					 | 
				
			||||||
generic-y += ioctl.h
 | 
					 | 
				
			||||||
generic-y += kvm_para.h
 | 
					generic-y += kvm_para.h
 | 
				
			||||||
generic-y += resource.h
 | 
					 | 
				
			||||||
generic-y += siginfo.h
 | 
					 | 
				
			||||||
generic-y += statfs.h
 | 
					 | 
				
			||||||
generic-y += termios.h
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue