Commit 2d82f6c7 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: hv: rename VersionInfo.h to version_info.h

The great renaming of the hv code is now complete.

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f8e5add2
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <scsi/scsi_dbg.h> #include <scsi/scsi_dbg.h>
#include "osd.h" #include "osd.h"
#include "logging.h" #include "logging.h"
#include "VersionInfo.h" #include "version_info.h"
#include "vmbus.h" #include "vmbus.h"
#include "storvsc_api.h" #include "storvsc_api.h"
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "vmbus.h" #include "vmbus.h"
#include "vmbus_packet_format.h" #include "vmbus_packet_format.h"
#include "vmbus_channel_interface.h" #include "vmbus_channel_interface.h"
#include "VersionInfo.h" #include "version_info.h"
#include "channel.h" #include "channel.h"
#include "vmbus_private.h" #include "vmbus_private.h"
#include "vmbus_api.h" #include "vmbus_api.h"
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <net/pkt_sched.h> #include <net/pkt_sched.h>
#include "osd.h" #include "osd.h"
#include "logging.h" #include "logging.h"
#include "VersionInfo.h" #include "version_info.h"
#include "vmbus.h" #include "vmbus.h"
#include "netvsc_api.h" #include "netvsc_api.h"
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <scsi/scsi_dbg.h> #include <scsi/scsi_dbg.h>
#include "osd.h" #include "osd.h"
#include "logging.h" #include "logging.h"
#include "VersionInfo.h" #include "version_info.h"
#include "vmbus.h" #include "vmbus.h"
#include "storvsc_api.h" #include "storvsc_api.h"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include "osd.h" #include "osd.h"
#include "logging.h" #include "logging.h"
#include "VersionInfo.h" #include "version_info.h"
#include "vmbus_private.h" #include "vmbus_private.h"
static const char *gDriverName = "vmbus"; static const char *gDriverName = "vmbus";
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/dmi.h> #include <linux/dmi.h>
#include <linux/slab.h> #include <linux/slab.h>
#include "VersionInfo.h" #include "version_info.h"
#include "osd.h" #include "osd.h"
#include "logging.h" #include "logging.h"
#include "vmbus.h" #include "vmbus.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