X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios-dev.c;h=f06f1662f309f1bc8f87c89d603798953a539cac;hb=3d2ae914c0dae420aa777ad0b298060b808434f1;hp=71e861d27ee205674c7034ea082bfe85ee29c4f7;hpb=cf1a814109e7cb32b3f328ed5fdc79ccd6a34e17;p=palacios.releases.git diff --git a/linux_module/palacios-dev.c b/linux_module/palacios-dev.c index 71e861d..f06f166 100644 --- a/linux_module/palacios-dev.c +++ b/linux_module/palacios-dev.c @@ -21,7 +21,6 @@ #include "palacios.h" #include "palacios-mm.h" #include "palacios-vm.h" -#include "palacios-serial.h" #include "palacios-vnet.h" #include "linux-exts.h" @@ -127,10 +126,6 @@ static long v3_dev_ioctl(struct file * filp, INIT_LIST_HEAD(&(guest->exts)); - -#ifdef V3_CONFIG_HOST_DEVICE - INIT_LIST_HEAD(&(guest->hostdev.devs)); -#endif init_completion(&(guest->start_done)); init_completion(&(guest->thread_done)); @@ -256,10 +251,6 @@ static int __init v3_init(void) { palacios_vnet_init(); #endif -#ifdef V3_CONFIG_HOST_DEVICE - palacios_init_host_dev(); -#endif - return 0; failure1: