diff options
| author | Kip Macy <kmacy@FreeBSD.org> | 2008-08-20 09:11:58 +0000 |
|---|---|---|
| committer | Kip Macy <kmacy@FreeBSD.org> | 2008-08-20 09:11:58 +0000 |
| commit | 980c717846a50682da121f2a46a69cc1f3aac162 (patch) | |
| tree | 6970b9f14f4ed0b7cff26a65f4c2c53dc7fe3b37 /sys/dev/xen | |
| parent | 7a5048f10cb163ee4c57e67d8aea74baacafbaf0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/xen')
| -rw-r--r-- | sys/dev/xen/netfront/netfront.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/xen/netfront/netfront.c b/sys/dev/xen/netfront/netfront.c index 1d6949ea50ce..472145ae9b0f 100644 --- a/sys/dev/xen/netfront/netfront.c +++ b/sys/dev/xen/netfront/netfront.c @@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$"); #include <machine/bus.h> #include <machine/resource.h> #include <machine/frame.h> - +#include <machine/vmparam.h> #include <sys/bus.h> #include <sys/rman.h> @@ -1816,7 +1816,8 @@ netif_init(void *unused) xenbus_register_frontend(&netfront); } -SYSINIT(xennetif, SI_SUB_PSEUDO, SI_ORDER_SECOND, netif_init, NULL) +SYSINIT(xennetif, SI_SUB_PSEUDO, SI_ORDER_SECOND, netif_init, NULL); + /* * Local variables: |
