Staging: hv: rename the vmbus to "hyperv"

This changes the name of the bus in sysfs from "vmbus" to "hyperv" which
is the name it should show (vmbus is way to generic).

Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman 2010-12-02 11:28:28 -08:00
Родитель a69a6691d7
Коммит 1953ecfc29
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@
#include "version_info.h"
#include "vmbus_private.h"
static const char *gDriverName = "vmbus";
static const char *gDriverName = "hyperv";
/*
* Windows vmbus does not defined this.