commit | b676bfafc8f028089b527d5e647b27fdfbc1e574 | [log] [tgz] |
---|---|---|
author | Jens Peter Schroer <jens.schroer@scypho.com> | Wed Jun 07 18:08:22 2017 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Jun 07 12:17:15 2017 -0500 |
tree | c2b6c8add9de4b5120c4e8ba398c703bc6a19a38 | |
parent | 364a2ac8a136536ac90244057d8a8ef1cd4229de [diff] |
drivers: serial: uart_fe310: fix function definiton name for UART1 IRQ This commit fixes the compilation error that occurs if both UART ports on the FE310 SoC are enabled. The error occurs due to the missing function definition of uart_fe310_irq_cfg_func_1 . Signed-off-by: Jens Peter Schroer <jens@manetos.com>