diff options
-rw-r--r-- | drivers/input/serio/hyperv-keyboard.c | 10 | ||||
-rw-r--r-- | include/linux/hyperv.h | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/drivers/input/serio/hyperv-keyboard.c b/drivers/input/serio/hyperv-keyboard.c index e74e5d6e5f9f..c948866edf87 100644 --- a/drivers/input/serio/hyperv-keyboard.c +++ b/drivers/input/serio/hyperv-keyboard.c | |||
@@ -412,16 +412,6 @@ static int hv_kbd_remove(struct hv_device *hv_dev) | |||
412 | return 0; | 412 | return 0; |
413 | } | 413 | } |
414 | 414 | ||
415 | /* | ||
416 | * Keyboard GUID | ||
417 | * {f912ad6d-2b17-48ea-bd65-f927a61c7684} | ||
418 | */ | ||
419 | #define HV_KBD_GUID \ | ||
420 | .guid = { \ | ||
421 | 0x6d, 0xad, 0x12, 0xf9, 0x17, 0x2b, 0xea, 0x48, \ | ||
422 | 0xbd, 0x65, 0xf9, 0x27, 0xa6, 0x1c, 0x76, 0x84 \ | ||
423 | } | ||
424 | |||
425 | static const struct hv_vmbus_device_id id_table[] = { | 415 | static const struct hv_vmbus_device_id id_table[] = { |
426 | /* Keyboard guid */ | 416 | /* Keyboard guid */ |
427 | { HV_KBD_GUID, }, | 417 | { HV_KBD_GUID, }, |
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 179ff330af59..753dbad0bf94 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
@@ -1079,6 +1079,14 @@ u64 hv_do_hypercall(u64 control, void *input, void *output); | |||
1079 | 0x8b, 0xa1, 0xa1, 0xf3, 0xf9, 0x5a) | 1079 | 0x8b, 0xa1, 0xa1, 0xf3, 0xf9, 0x5a) |
1080 | 1080 | ||
1081 | /* | 1081 | /* |
1082 | * Keyboard GUID | ||
1083 | * {f912ad6d-2b17-48ea-bd65-f927a61c7684} | ||
1084 | */ | ||
1085 | #define HV_KBD_GUID \ | ||
1086 | .guid = UUID_LE(0xf912ad6d, 0x2b17, 0x48ea, 0xbd, 0x65, \ | ||
1087 | 0xf9, 0x27, 0xa6, 0x1c, 0x76, 0x84) | ||
1088 | |||
1089 | /* | ||
1082 | * VSS (Backup/Restore) GUID | 1090 | * VSS (Backup/Restore) GUID |
1083 | */ | 1091 | */ |
1084 | #define HV_VSS_GUID \ | 1092 | #define HV_VSS_GUID \ |