diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-10-11 11:33:29 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-10-11 11:51:22 -0400 |
commit | 7a4ba88cc11eb4ba72778f491d8241385cb0475d (patch) | |
tree | a6e576a06f5cc319b6a13c04d4dc3d711b2db5b5 /include/linux/hyperv.h | |
parent | 5557e8a60570d0c2f3a06d6e9e6a0f5074c313f2 (diff) |
hv: hyperv.h: remove unused module macros
I have no idea what these were ever for, but they aren't used, so delete
them.
Cc: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r-- | include/linux/hyperv.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 6d9a53fc8a37..f2bf0a51914b 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
@@ -693,29 +693,6 @@ extern void vmbus_get_debug_info(struct vmbus_channel *channel, | |||
693 | 693 | ||
694 | extern void vmbus_ontimer(unsigned long data); | 694 | extern void vmbus_ontimer(unsigned long data); |
695 | 695 | ||
696 | |||
697 | #define VMBUS 0x0001 | ||
698 | #define STORVSC 0x0002 | ||
699 | #define NETVSC 0x0004 | ||
700 | #define INPUTVSC 0x0008 | ||
701 | #define BLKVSC 0x0010 | ||
702 | #define VMBUS_DRV 0x0100 | ||
703 | #define STORVSC_DRV 0x0200 | ||
704 | #define NETVSC_DRV 0x0400 | ||
705 | #define INPUTVSC_DRV 0x0800 | ||
706 | #define BLKVSC_DRV 0x1000 | ||
707 | |||
708 | #define ALL_MODULES (VMBUS |\ | ||
709 | STORVSC |\ | ||
710 | NETVSC |\ | ||
711 | INPUTVSC |\ | ||
712 | BLKVSC |\ | ||
713 | VMBUS_DRV |\ | ||
714 | STORVSC_DRV |\ | ||
715 | NETVSC_DRV |\ | ||
716 | INPUTVSC_DRV|\ | ||
717 | BLKVSC_DRV) | ||
718 | |||
719 | struct hv_driver; | 696 | struct hv_driver; |
720 | struct hv_device; | 697 | struct hv_device; |
721 | 698 | ||