summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/vstorage.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-27 23:02:36 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:01:59 (GMT)
commit8dc0a06ad1f192ea0c8dbe4d2090206c7d880281 (patch)
tree66ef85cce144630b8ab83db95236ef3fd576e84a /drivers/staging/hv/vstorage.h
parent4bedd6be8b9e9a24f48792c1bef82f521a01db2a (diff)
downloadlinux-fsl-qoriq-8dc0a06ad1f192ea0c8dbe4d2090206c7d880281.tar.xz
Staging: hv: remove typedefs from VmbusPacketFormat.h
All spiffied up now, shines like a brass button on the bump of a barge's bilge. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/vstorage.h')
-rw-r--r--drivers/staging/hv/vstorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/vstorage.h b/drivers/staging/hv/vstorage.h
index 264cf4a..6d160a5 100644
--- a/drivers/staging/hv/vstorage.h
+++ b/drivers/staging/hv/vstorage.h
@@ -58,7 +58,7 @@
/* the host adapter. */
/* The max transfer length will be published when we offer a vmbus channel. */
#define MAX_TRANSFER_LENGTH 0x40000
-#define DEFAULT_PACKET_SIZE (sizeof(VMDATA_GPA_DIRECT) + \
+#define DEFAULT_PACKET_SIZE (sizeof(struct vmdata_gpa_direct) + \
sizeof(struct vstor_packet) + \
sizesizeof(u64) * (MAX_TRANSFER_LENGTH / PAGE_SIZE)))