aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/virtio-net/module_entry.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-01-13 12:07:42 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-01-19 17:17:50 +1100
commitca610c931e2b0004c44f748cb813580b09c60489 (patch)
treecf17ebaa02078827068b534bb95d4540bd848678 /board-qemu/virtio-net/module_entry.c
parentadde61dfebe5ba4c519b120e8b33f1f8a3c93151 (diff)
downloadSLOF-ca610c931e2b0004c44f748cb813580b09c60489.zip
SLOF-ca610c931e2b0004c44f748cb813580b09c60489.tar.gz
SLOF-ca610c931e2b0004c44f748cb813580b09c60489.tar.bz2
Move virtio to a separate library
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'board-qemu/virtio-net/module_entry.c')
-rw-r--r--board-qemu/virtio-net/module_entry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board-qemu/virtio-net/module_entry.c b/board-qemu/virtio-net/module_entry.c
index 9e6ceda..2d2ca94 100644
--- a/board-qemu/virtio-net/module_entry.c
+++ b/board-qemu/virtio-net/module_entry.c
@@ -12,7 +12,6 @@
#include <string.h>
#include <netdriver_int.h>
-#include <libhvcall.h>
#include "virtio-net.h"
extern char __module_start[];