hyper-v: make uuid_le const

The uuid structure could be managed as a const in several places.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
stephen hemminger
2014-06-03 08:38:15 -07:00
committed by David S. Miller
parent 9323b23995
commit 1b9d48f2a5
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ static u32 next_vp;
* performance critical channels (IDE, SCSI and Network) will be uniformly
* distributed across all available CPUs.
*/
static u32 get_vp_index(uuid_le *type_guid)
static u32 get_vp_index(const uuid_le *type_guid)
{
u32 cur_cpu;
int i;