arc: IRQ_CONFIG should not enable the irq
Drivers do it by themselves, usually either in a dedicated irq configuration function or direcly in their initialization routine. Change-Id: Id1cca1a1e3e3f36264d99d1d2f2d651d84e0687e Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
f330d5adfe
commit
86db1b37bd
1 changed files with 1 additions and 2 deletions
|
@ -89,7 +89,6 @@ extern "C" {
|
|||
*
|
||||
*/
|
||||
#define IRQ_CONFIG(isr, irq, priority) \
|
||||
irq_connect(irq, priority, isr, NULL); \
|
||||
irq_enable(irq);
|
||||
irq_connect(irq, priority, isr, NULL);
|
||||
|
||||
#endif /* _ARC_ARCH__H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue