Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5557e8a6 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

hv: remove unused LOWORD and HIWORD macros from hyperv.h



They aren't used anywhere anymore now that the debugging macros are
gone, so remove it from hyperv.h as well.

Cc: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 815166b9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -694,10 +694,6 @@ extern void vmbus_get_debug_info(struct vmbus_channel *channel,
extern void vmbus_ontimer(unsigned long data);


#define LOWORD(dw) ((unsigned short)(dw))
#define HIWORD(dw) ((unsigned short)(((unsigned int) (dw) >> 16) & 0xFFFF))


#define VMBUS				0x0001
#define STORVSC				0x0002
#define NETVSC				0x0004