 52182c758f
			
		
	
	
	52182c758f
	
	
	
		
			
			Using an empty static inline function in the CONFIG_ZORRO_NAMES=n case allows to drop compilation of names.c. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			220 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			220 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| 
 | |
| #ifdef CONFIG_ZORRO_NAMES
 | |
| extern void zorro_name_device(struct zorro_dev *z);
 | |
| #else
 | |
| static inline void zorro_name_device(struct zorro_dev *dev) { }
 | |
| #endif
 | |
| 
 | |
| extern int zorro_create_sysfs_dev_files(struct zorro_dev *z);
 | |
| 
 |