~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/drv/nic/e1k/e1k.c

MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#include <as.h>
46
46
#include <ddf/log.h>
47
47
#include <ddf/interrupt.h>
48
 
#include <devman.h>
49
48
#include <device/hw_res_parsed.h>
50
49
#include <device/pci.h>
51
50
#include <nic.h>
52
 
#include <nil_remote.h>
53
51
#include <ops/nic.h>
54
52
#include "e1k.h"
55
53