Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/sun4u/sparc64.c

    r19f857a r66e08d02  
    4444#include <arch/mm/page.h>
    4545#include <arch/stack.h>
    46 #include <interrupt.h>
    4746#include <genarch/ofw/ofw_tree.h>
    4847#include <userspace.h>
    4948#include <ddi/irq.h>
    50 #include <str.h>
     49#include <string.h>
    5150
    5251bootinfo_t bootinfo;
     
    167166}
    168167
    169 void irq_initialize_arch(irq_t *irq)
    170 {
    171         (void) irq;
    172 }
    173 
    174168/** @}
    175169 */
Note: See TracChangeset for help on using the changeset viewer.