Commit 0e0ab5f5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 72daf320
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <linux/list.h> #include <linux/list.h>
#include <linux/timer.h> #include <linux/timer.h>
#include "ring_buffer.h" #include "ring_buffer.h"
#include "VmbusChannelInterface.h" #include "vmbus_channel_interface.h"
#include "VmbusPacketFormat.h" #include "VmbusPacketFormat.h"
/* Version 1 messages */ /* Version 1 messages */
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "osd.h" #include "osd.h"
#include "vmbus.h" #include "vmbus.h"
#include "VmbusPacketFormat.h" #include "VmbusPacketFormat.h"
#include "VmbusChannelInterface.h" #include "vmbus_channel_interface.h"
#include "VersionInfo.h" #include "VersionInfo.h"
#include "channel.h" #include "channel.h"
#include "vmbus_private.h" #include "vmbus_private.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <linux/list.h> #include <linux/list.h>
#include "VmbusPacketFormat.h" #include "VmbusPacketFormat.h"
#include "VmbusChannelInterface.h" #include "vmbus_channel_interface.h"
#include "netvsc_api.h" #include "netvsc_api.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment