drivers: uart: make ISR function static to match existing declaration
Declaration of the same function should match and be static. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ccc8947d16
commit
41922b35e4
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ static void uart_cmsdk_apb_irq_callback_set(const struct device *dev,
|
|||
*
|
||||
* @param arg argument to interrupt service routine.
|
||||
*/
|
||||
void uart_cmsdk_apb_isr(const struct device *dev)
|
||||
static void uart_cmsdk_apb_isr(const struct device *dev)
|
||||
{
|
||||
struct uart_cmsdk_apb_dev_data *data = dev->data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue