mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	drivers/gpio/langwell_gpio.c: remove semicolons after function definitions
Deweird this driver. Cc: Alek Du <alek.du@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									04c17aa893
								
							
						
					
					
						commit
						fd0574cb54
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -158,15 +158,15 @@ static int lnw_irq_type(unsigned irq, unsigned type) | |||
| 	spin_unlock_irqrestore(&lnw->lock, flags); | ||||
| 
 | ||||
| 	return 0; | ||||
| }; | ||||
| } | ||||
| 
 | ||||
| static void lnw_irq_unmask(unsigned irq) | ||||
| { | ||||
| }; | ||||
| } | ||||
| 
 | ||||
| static void lnw_irq_mask(unsigned irq) | ||||
| { | ||||
| }; | ||||
| } | ||||
| 
 | ||||
| static struct irq_chip lnw_irqchip = { | ||||
| 	.name		= "LNW-GPIO", | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Andrew Morton
						Andrew Morton