mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 08:38:45 +02:00 
			
		
		
		
	 7d59313f19
			
		
	
	
		7d59313f19
		
	
	
	
	
		
			
			With the previous refactoring, you can always use EXPORT_SYMBOL*. Replace two instances in ia64, then remove EXPORT_DATA_SYMBOL*. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0-only */
 | |
| #ifndef __ASM_GENERIC_EXPORT_H
 | |
| #define __ASM_GENERIC_EXPORT_H
 | |
| 
 | |
| /*
 | |
|  * <asm/export.h> and <asm-generic/export.h> are deprecated.
 | |
|  * Please include <linux/export.h> directly.
 | |
|  */
 | |
| #include <linux/export.h>
 | |
| 
 | |
| #endif
 |