Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/endpoint_list.h

    r0d4b110 r9d58539  
    3535#define DRV_OHCI_ENDPOINT_LIST_H
    3636
    37 #include <adt/list.h>
    38 #include <assert.h>
    3937#include <fibril_synch.h>
    40 #include <sys/types.h>
    4138
    4239#include "ohci_endpoint.h"
     
    6865        assert(instance);
    6966        free32(instance->list_head);
    70         instance->list_head = NULL;
    7167}
    7268
Note: See TracChangeset for help on using the changeset viewer.