forked from mirrors/linux
		
	 c67fdc1f00
			
		
	
	
		c67fdc1f00
		
	
	
	
	
		
			
			A few architectures use <asm/segment.h> internally, but nothing in common code does. Remove all the empty or almost empty versions of it, including the asm-generic one. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			681 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			681 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # MIPS headers
 | |
| generated-y += syscall_table_32_o32.h
 | |
| generated-y += syscall_table_64_n32.h
 | |
| generated-y += syscall_table_64_n64.h
 | |
| generated-y += syscall_table_64_o32.h
 | |
| generic-y += current.h
 | |
| generic-y += device.h
 | |
| generic-y += dma-contiguous.h
 | |
| generic-y += emergency-restart.h
 | |
| generic-y += export.h
 | |
| generic-y += irq_work.h
 | |
| generic-y += local64.h
 | |
| generic-y += mcs_spinlock.h
 | |
| generic-y += mm-arch-hooks.h
 | |
| generic-y += msi.h
 | |
| generic-y += parport.h
 | |
| generic-y += percpu.h
 | |
| generic-y += preempt.h
 | |
| generic-y += qrwlock.h
 | |
| generic-y += qspinlock.h
 | |
| generic-y += sections.h
 | |
| generic-y += trace_clock.h
 | |
| generic-y += unaligned.h
 | |
| generic-y += user.h
 | |
| generic-y += word-at-a-time.h
 | |
| generic-y += xor.h
 |