forked from mirrors/linux
		
	gpio: omap: drop omap_gpio_list
omap_gpio_list is unused so drop it. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
		
							parent
							
								
									8dc1969744
								
							
						
					
					
						commit
						c4791bc6e3
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
					@ -34,8 +34,6 @@
 | 
				
			||||||
#define OMAP_GPIO_QUIRK_IDLE_REMOVE_TRIGGER	BIT(2)
 | 
					#define OMAP_GPIO_QUIRK_IDLE_REMOVE_TRIGGER	BIT(2)
 | 
				
			||||||
#define OMAP_GPIO_QUIRK_DEFERRED_WKUP_EN	BIT(1)
 | 
					#define OMAP_GPIO_QUIRK_DEFERRED_WKUP_EN	BIT(1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static LIST_HEAD(omap_gpio_list);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct gpio_regs {
 | 
					struct gpio_regs {
 | 
				
			||||||
	u32 irqenable1;
 | 
						u32 irqenable1;
 | 
				
			||||||
	u32 irqenable2;
 | 
						u32 irqenable2;
 | 
				
			||||||
| 
						 | 
					@ -1478,8 +1476,6 @@ static int omap_gpio_probe(struct platform_device *pdev)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	pm_runtime_put(dev);
 | 
						pm_runtime_put(dev);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	list_add_tail(&bank->node, &omap_gpio_list);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	return 0;
 | 
						return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue