Ignore:
File:
1 edited

Legend:

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

    ra71c158 r19490ce  
    3535#include <arch/drivers/scr.h>
    3636#include <genarch/ofw/ofw_tree.h>
    37 #include <genarch/ofw/pci.h>
    38 #include <genarch/ofw/sbus.h>
    39 #include <genarch/ofw/upa.h>
    4037#include <genarch/fb/fb.h>
    4138#include <genarch/fb/visuals.h>
    42 #include <console/chardev.h>
    43 #include <console/console.h>
    4439#include <arch/types.h>
    4540#include <string.h>
     
    240235                .visual = visual,
    241236        };
    242        
    243         outdev_t *fbdev = fb_init(&props);
    244         if (fbdev)
    245                 stdout_wire(fbdev);
     237        fb_init(&props);
    246238}
    247239
     240void scr_redraw(void)
     241{
     242        fb_redraw();
     243}
     244
    248245/** @}
    249246 */
Note: See TracChangeset for help on using the changeset viewer.