galileo: Correct typo and mark variable unused
Change-Id: I0a386b293ddff54bbce8035670a282201eb5358b Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
c7b152932d
commit
e3f542cf2f
1 changed files with 3 additions and 1 deletions
|
@ -169,8 +169,10 @@ pre_kernel_late_init(pci_legacy_bridge_0, NULL);
|
|||
|
||||
#ifdef CONFIG_CONSOLE_HANDLER
|
||||
|
||||
static int console_irq_set(struct device *unsued)
|
||||
static int console_irq_set(struct device *unused)
|
||||
{
|
||||
ARG_UNUSED(unused);
|
||||
|
||||
_ioapic_irq_set(CONFIG_UART_CONSOLE_IRQ,
|
||||
CONFIG_UART_CONSOLE_IRQ + INT_VEC_IRQ0,
|
||||
UART_IOAPIC_FLAGS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue