mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 20:06:46 +00:00 
			
		
		
		
	 0a7d800de2
			
		
	
	
		0a7d800de2
		
	
	
	
	
		
			
			Reviewed-by: Ingo Molnar <mingo@elte.hu> Acked-by: John Linn <john.linn@xilinx.com> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Acked-by: John Williams <john.williams@petalogix.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
		
			
				
	
	
		
			12 lines
		
	
	
		
			242 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			242 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <asm-generic/topology.h>
 | |
| 
 | |
| #ifndef _ASM_MICROBLAZE_TOPOLOGY_H
 | |
| #define _ASM_MICROBLAZE_TOPOLOGY_H
 | |
| 
 | |
| struct device_node;
 | |
| static inline int of_node_to_nid(struct device_node *device)
 | |
| {
 | |
| 	return 0;
 | |
| }
 | |
| #endif /* _ASM_MICROBLAZE_TOPOLOGY_H */
 |