--- upstream/dynamips-0.2.5/hv_atmsw.c 2007/10/06 16:01:44 1 +++ trunk/hv_atmsw.c 2007/10/06 16:45:40 12 @@ -1,5 +1,5 @@ /* - * Cisco 7200 (Predator) simulation platform. + * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot (cf@utc.fr) * * Hypervisor ATM switch routines. @@ -23,8 +23,6 @@ #include #include -#include "mips64.h" -#include "dynamips.h" #include "utils.h" #include "net.h" #include "atm.h" @@ -203,7 +201,7 @@ { hypervisor_module_t *module; - module = hypervisor_register_module("atmsw"); + module = hypervisor_register_module("atmsw",NULL); assert(module != NULL); hypervisor_register_cmd_array(module,atmsw_cmd_array);