mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01:00 
			
		
		
		
	m68k: Remove empty #ifdef/#ifndef block
Whatever code this was guarding has been removed so remove the guards too. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
		| @@ -11,8 +11,4 @@ n: | ||||
| /* Macros for setting and retrieving special purpose registers */ | ||||
| #define setvbr(v)	asm volatile("movec %0,%%VBR" : : "r" (v)) | ||||
|  | ||||
| #ifndef __ASSEMBLY__ | ||||
|  | ||||
| #endif /* ifndef ASSEMBLY*/ | ||||
|  | ||||
| #endif /* __ASM_M68K_PROCESSOR_H */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user