Update the kernel of the orion target to version 3.10.44. Refresh orion config and patches to match the changes in the kernel Tested on WRT350N-v2 device. Signed-off-by: Maarten Bezemer <maarten.bezemer@gmail.com> [run make kernel_oldconfig, fold a01-dt2-fixes-for-3.3.patch into dt2-setup.c, make dt2-setup.c compile, fix harddisk subprofile] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41765
		
			
				
	
	
		
			12 lines
		
	
	
		
			247 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			247 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/arch/arm/mach-orion5x/common.c
 | 
						|
+++ b/arch/arm/mach-orion5x/common.c
 | 
						|
@@ -242,7 +242,7 @@ void orion5x_setup_wins(void)
 | 
						|
 
 | 
						|
 int orion5x_tclk;
 | 
						|
 
 | 
						|
-int __init orion5x_find_tclk(void)
 | 
						|
+static __init int orion5x_find_tclk(void)
 | 
						|
 {
 | 
						|
 	u32 dev, rev;
 | 
						|
 
 |