mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: irq: export __set_irq_handler() and handle_level_irq()
This commit is contained in:
		
						commit
						ac56b94f80
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -383,6 +383,7 @@ handle_level_irq(unsigned int irq, struct irq_desc *desc)
 | 
				
			||||||
out_unlock:
 | 
					out_unlock:
 | 
				
			||||||
	spin_unlock(&desc->lock);
 | 
						spin_unlock(&desc->lock);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					EXPORT_SYMBOL_GPL(handle_level_irq);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 *	handle_fasteoi_irq - irq handler for transparent controllers
 | 
					 *	handle_fasteoi_irq - irq handler for transparent controllers
 | 
				
			||||||
| 
						 | 
					@ -593,6 +594,7 @@ __set_irq_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained,
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	spin_unlock_irqrestore(&desc->lock, flags);
 | 
						spin_unlock_irqrestore(&desc->lock, flags);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					EXPORT_SYMBOL_GPL(__set_irq_handler);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
set_irq_chip_and_handler(unsigned int irq, struct irq_chip *chip,
 | 
					set_irq_chip_and_handler(unsigned int irq, struct irq_chip *chip,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue