mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 20:42:39 +00:00 
			
		
		
		
	 9c4cb82515
			
		
	
	
		9c4cb82515
		
	
	
	
	
		
			
			Now that arch/ppc is gone and CONFIG_PPC_MERGE is always set, remove the dead code associated with !CONFIG_PPC_MERGE from arch/powerpc and include/asm-powerpc. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
		
			
				
	
	
		
			13 lines
		
	
	
		
			320 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			320 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _ASM_POWERPC_I8259_H
 | |
| #define _ASM_POWERPC_I8259_H
 | |
| #ifdef __KERNEL__
 | |
| 
 | |
| #include <linux/irq.h>
 | |
| 
 | |
| extern void i8259_init(struct device_node *node, unsigned long intack_addr);
 | |
| extern unsigned int i8259_irq(void);
 | |
| extern struct irq_host *i8259_get_host(void);
 | |
| 
 | |
| #endif /* __KERNEL__ */
 | |
| #endif /* _ASM_POWERPC_I8259_H */
 |