Staging: hv: rename VmbusChannelInterface.h to vmbus_channel_interface.h

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman 2010-05-05 22:47:13 -07:00
parent 72daf320fb
commit 0e0ab5f5af
4 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
#include <linux/list.h>
#include <linux/timer.h>
#include "ring_buffer.h"
#include "VmbusChannelInterface.h"
#include "vmbus_channel_interface.h"
#include "VmbusPacketFormat.h"
/* Version 1 messages */

View File

@ -29,7 +29,7 @@
#include "osd.h"
#include "vmbus.h"
#include "VmbusPacketFormat.h"
#include "VmbusChannelInterface.h"
#include "vmbus_channel_interface.h"
#include "VersionInfo.h"
#include "channel.h"
#include "vmbus_private.h"

View File

@ -27,7 +27,7 @@
#include <linux/list.h>
#include "VmbusPacketFormat.h"
#include "VmbusChannelInterface.h"
#include "vmbus_channel_interface.h"
#include "netvsc_api.h"