Changes in kernel/arch/ia64/src/drivers/ski.c [3193c05:a71c158] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/drivers/ski.c
r3193c05 ra71c158 37 37 #include <console/chardev.h> 38 38 #include <sysinfo/sysinfo.h> 39 #include < typedefs.h>39 #include <arch/types.h> 40 40 #include <proc/thread.h> 41 41 #include <synch/spinlock.h> 42 42 #include <arch/asm.h> 43 43 #include <arch/drivers/kbd.h> 44 #include <str .h>44 #include <string.h> 45 45 #include <arch.h> 46 46 … … 216 216 * self-sufficient. 217 217 */ 218 sysinfo_set_item_val("fb .kind", NULL, 6);218 sysinfo_set_item_val("fb", NULL, false); 219 219 220 220 fb_exported = true;
Note:
See TracChangeset
for help on using the changeset viewer.