Skip to content

Commit 95a13ee

Browse files
andy-shevliuw
authored andcommitted
hyper-v: Replace uuid.h with types.h
There is no user of anything in uuid.h in the hyperv.h. Replace it with more appropriate types.h. Fixes: f081bbb ("hyper-v: Remove internal types from UAPI header") Reported-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Reviewed-by: Haiyang Zhang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Wei Liu <[email protected]>
1 parent 41608b6 commit 95a13ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/hyperv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#ifndef _UAPI_HYPERV_H
2727
#define _UAPI_HYPERV_H
2828

29-
#include <linux/uuid.h>
29+
#include <linux/types.h>
3030

3131
/*
3232
* Framework version for util services.

0 commit comments

Comments
 (0)