X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios.h;h=936b71af1185fe88c65683b69e77ed688ab1d4c8;hb=c94c9b19999f937b32627794c80e19c9be555822;hp=62f43f15ecf9d246efafd015be28c45851a62c8f;hpb=cfa7f55f2b90dcab2f44509d5264e7ec8061cd3f;p=palacios.git diff --git a/linux_module/palacios.h b/linux_module/palacios.h index 62f43f1..936b71a 100644 --- a/linux_module/palacios.h +++ b/linux_module/palacios.h @@ -6,9 +6,6 @@ #include #include -#ifdef V3_CONFIG_CONSOLE -#include "palacios-console.h" -#endif #ifdef V3_CONFIG_GRAPHICS_CONSOLE #include "palacios-graphics-console.h" @@ -72,9 +69,6 @@ struct v3_guest { struct list_head streams; struct list_head sockets; -#ifdef V3_CONFIG_CONSOLE - struct palacios_console console; -#endif #ifdef V3_CONFIG_GRAPHICS_CONSOLE struct palacios_graphics_console graphics_console;