[PATCH] libata: improve driver initialization and deinitialization
[linux-2.6/kvm.git] / drivers / base / hypervisor.c
blob0c85e9d6a4485834e7110c9a54dbb47444ac110e
1 /*
2 * hypervisor.c - /sys/hypervisor subsystem.
4 * This file is released under the GPLv2
6 */
8 #include <linux/kobject.h>
9 #include <linux/device.h>
11 #include "base.h"
13 decl_subsys(hypervisor, NULL, NULL);
14 EXPORT_SYMBOL_GPL(hypervisor_subsys);
16 int __init hypervisor_init(void)
18 return subsystem_register(&hypervisor_subsys);