irq: removes priority parameter from IRQ_CONFIG macro
Removes the 'priority' parameter from the IRQ_CONFIG macro. This parameter was not used anymore in any architecture. The priority is handled in the IRQ_CONNECT macro. The documentation is updated as well. Change-Id: I24a293c5e41bd729d5e759113e0c4a8a6a61e0dd Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
parent
4d7181b762
commit
bc1a79c4c3
21 changed files with 27 additions and 31 deletions
|
@ -29,7 +29,7 @@ static int dw_aio_cmp_config(struct device *dev)
|
|||
{
|
||||
ARG_UNUSED(dev);
|
||||
|
||||
IRQ_CONFIG(dw_aio_cmp, INT_AIO_CMP_IRQ, 0);
|
||||
IRQ_CONFIG(dw_aio_cmp, INT_AIO_CMP_IRQ);
|
||||
|
||||
return DEV_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue