pinctrl: adi2: Statize adi_gpio_irq_domain_ops
It's only referenced in this file, make it static. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
		
					parent
					
						
							
								d10046e25c
							
						
					
				
			
			
				commit
				
					
						f77329d1ed
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -927,7 +927,7 @@ static int adi_gpio_irq_map(struct irq_domain *d, unsigned int irq,
 | 
			
		|||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const struct irq_domain_ops adi_gpio_irq_domain_ops = {
 | 
			
		||||
static const struct irq_domain_ops adi_gpio_irq_domain_ops = {
 | 
			
		||||
	.map = adi_gpio_irq_map,
 | 
			
		||||
	.xlate = irq_domain_xlate_onecell,
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue