Input: sysrq - drop tty argument from sysrq ops handlers
Noone is using tty argument so let's get rid of it. Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Acked-by: Jason Wessel <jason.wessel@windriver.com> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
		
					parent
					
						
							
								da5cabf80e
							
						
					
				
			
			
				commit
				
					
						1495cc9df4
					
				
			
		
					 9 changed files with 34 additions and 31 deletions
				
			
		| 
						 | 
				
			
			@ -303,7 +303,7 @@ void arch_trigger_all_cpu_backtrace(void)
 | 
			
		|||
 | 
			
		||||
#ifdef CONFIG_MAGIC_SYSRQ
 | 
			
		||||
 | 
			
		||||
static void sysrq_handle_globreg(int key, struct tty_struct *tty)
 | 
			
		||||
static void sysrq_handle_globreg(int key)
 | 
			
		||||
{
 | 
			
		||||
	arch_trigger_all_cpu_backtrace();
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue