Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/drivers/ski.c

    r3193c05 ra71c158  
    3737#include <console/chardev.h>
    3838#include <sysinfo/sysinfo.h>
    39 #include <typedefs.h>
     39#include <arch/types.h>
    4040#include <proc/thread.h>
    4141#include <synch/spinlock.h>
    4242#include <arch/asm.h>
    4343#include <arch/drivers/kbd.h>
    44 #include <str.h>
     44#include <string.h>
    4545#include <arch.h>
    4646
     
    216216                 * self-sufficient.
    217217                 */
    218                 sysinfo_set_item_val("fb.kind", NULL, 6);
     218                sysinfo_set_item_val("fb", NULL, false);
    219219               
    220220                fb_exported = true;
Note: See TracChangeset for help on using the changeset viewer.