mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	parisc: Remove duplicate struct task_struct declaration
struct task_struct is declared twice. One has been declared at 154th line. Remove the duplicate. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
		
							parent
							
								
									e49d033bdd
								
							
						
					
					
						commit
						4033e76a7a
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -272,7 +272,6 @@ on downward growing arches, it looks like this: | ||||||
| 	regs->gr[23] = 0;				\ | 	regs->gr[23] = 0;				\ | ||||||
| } while(0) | } while(0) | ||||||
| 
 | 
 | ||||||
| struct task_struct; |  | ||||||
| struct mm_struct; | struct mm_struct; | ||||||
| 
 | 
 | ||||||
| /* Free all resources held by a thread. */ | /* Free all resources held by a thread. */ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Wan Jiabing
						Wan Jiabing