From: Greg Kroah-Hartman <gregkh@xxxxxxx> The ULONGLONG and LONGLONG typedefs are now removed from the Hyper-V driver code. Cc: Hank Janssen <hjanssen@xxxxxxxxxxxxx> Cc: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx> --- drivers/staging/hv/include/VmbusPacketFormat.h | 2 +- drivers/staging/hv/include/osd.h | 3 --- drivers/staging/hv/include/vstorage.h | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) --- a/drivers/staging/hv/include/osd.h +++ b/drivers/staging/hv/include/osd.h @@ -97,15 +97,12 @@ typedef struct _DLIST_ENTRY { // // unsigned types // - -typedef unsigned long long ULONGLONG; typedef unsigned int ULONG; // // signed types // typedef int LONG; -typedef long long LONGLONG; // // Other types --- a/drivers/staging/hv/include/VmbusPacketFormat.h +++ b/drivers/staging/hv/include/VmbusPacketFormat.h @@ -44,7 +44,7 @@ typedef struct volatile u32 In; // Offset in bytes from the ring base volatile u32 Out; // Offset in bytes from the ring base }; - volatile LONGLONG InOut; + volatile long long InOut; }; // --- a/drivers/staging/hv/include/vstorage.h +++ b/drivers/staging/hv/include/vstorage.h @@ -196,7 +196,7 @@ typedef struct // vendor specific data in the inquirydata // - ULONGLONG UniqueId; + unsigned long long UniqueId; } VMSTORAGE_CHANNEL_PROPERTIES, *PVMSTORAGE_CHANNEL_PROPERTIES; _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/virtualization