mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-03 18:20:25 +02:00 
			
		
		
		
	irq: versatile: delete dangling variable
This one was just creating noise like this: drivers/irqchip/irq-versatile-fpga.c: In function 'fpga_irq_of_init': drivers/irqchip/irq-versatile-fpga.c:180:24: warning: unused variable 'f' Reported-by: Russell King <linux@arm.linux.org.uk> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
		
							parent
							
								
									2389d50143
								
							
						
					
					
						commit
						07e9f58703
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -177,7 +177,6 @@ void __init fpga_irq_init(void __iomem *base, const char *name, int irq_start,
 | 
				
			||||||
int __init fpga_irq_of_init(struct device_node *node,
 | 
					int __init fpga_irq_of_init(struct device_node *node,
 | 
				
			||||||
			    struct device_node *parent)
 | 
								    struct device_node *parent)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	struct fpga_irq_data *f;
 | 
					 | 
				
			||||||
	void __iomem *base;
 | 
						void __iomem *base;
 | 
				
			||||||
	u32 clear_mask;
 | 
						u32 clear_mask;
 | 
				
			||||||
	u32 valid_mask;
 | 
						u32 valid_mask;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue