Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/drivers/kbd.c

    re731b0d rc2417bc  
    3535#include <arch/drivers/kbd.h>
    3636#include <genarch/ofw/ofw_tree.h>
    37 #include <genarch/ofw/fhc.h>
    38 #include <genarch/ofw/ebus.h>
     37
     38#ifdef CONFIG_SUN_KBD
     39#include <genarch/kbrd/kbrd.h>
     40#endif
     41#ifdef CONFIG_Z8530
     42#include <genarch/drivers/z8530/z8530.h>
     43#endif
     44#ifdef CONFIG_NS16550
     45#include <genarch/drivers/ns16550/ns16550.h>
     46#endif
     47
    3948#include <console/console.h>
    4049#include <ddi/irq.h>
     
    4756
    4857#ifdef CONFIG_SUN_KBD
    49 #include <genarch/kbrd/kbrd.h>
    50 #endif
    51 
    52 #ifdef CONFIG_Z8530
    53 #include <genarch/drivers/z8530/z8530.h>
    54 #endif
    55 
    56 #ifdef CONFIG_NS16550
    57 #include <genarch/drivers/ns16550/ns16550.h>
    58 #endif
    59 
    60 #ifdef CONFIG_SUN_KBD
    6158
    6259#ifdef CONFIG_Z8530
Note: See TracChangeset for help on using the changeset viewer.