aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_balloon.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hv/hv_balloon.c')
-rw-r--r--drivers/hv/hv_balloon.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
index 0ce08c401dc4..c1ad16f763ce 100644
--- a/drivers/hv/hv_balloon.c
+++ b/drivers/hv/hv_balloon.c
@@ -1005,9 +1005,7 @@ static int balloon_remove(struct hv_device *dev)
1005static const struct hv_vmbus_device_id id_table[] = { 1005static const struct hv_vmbus_device_id id_table[] = {
1006 /* Dynamic Memory Class ID */ 1006 /* Dynamic Memory Class ID */
1007 /* 525074DC-8985-46e2-8057-A307DC18A502 */ 1007 /* 525074DC-8985-46e2-8057-A307DC18A502 */
1008 { VMBUS_DEVICE(0xdc, 0x74, 0x50, 0X52, 0x85, 0x89, 0xe2, 0x46, 1008 { HV_DM_GUID, },
1009 0x80, 0x57, 0xa3, 0x07, 0xdc, 0x18, 0xa5, 0x02)
1010 },
1011 { }, 1009 { },
1012}; 1010};
1013 1011