Done as a script (well, a single "git mv" actually) on request from Yoshinori Sato as a way to avoid a huge diff. Requested-by: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			236 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			236 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 *  include/asm-h8300/bugs.h
 | 
						|
 *
 | 
						|
 *  Copyright (C) 1994  Linus Torvalds
 | 
						|
 */
 | 
						|
 | 
						|
/*
 | 
						|
 * This is included by init/main.c to check for architecture-dependent bugs.
 | 
						|
 *
 | 
						|
 * Needs:
 | 
						|
 *	void check_bugs(void);
 | 
						|
 */
 | 
						|
 | 
						|
static void check_bugs(void)
 | 
						|
{
 | 
						|
}
 |