Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/chardev.c

    rb9c7425 r44b7783  
    3333 */
    3434
    35 #include <adt/list.h>
    3635#include <console/chardev.h>
    3736#include <synch/waitq.h>
     
    135134        outdev->name = name;
    136135        spinlock_initialize(&outdev->lock, "outdev");
    137         link_initialize(&outdev->link);
    138         list_initialize(&outdev->list);
    139136        outdev->op = op;
    140137}
Note: See TracChangeset for help on using the changeset viewer.