projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
815166b
)
hv: remove unused LOWORD and HIWORD macros from hyperv.h
author
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 11 Oct 2011 15:30:22 +0000
(09:30 -0600)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 11 Oct 2011 15:51:22 +0000
(09:51 -0600)
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: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/hyperv.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/hyperv.h
b/include/linux/hyperv.h
index 7211e2ce24f58df3aef710e831a8d44e29ef22d4..6d9a53fc8a37ff06b44ab80e5e8820235df2b421 100644
(file)
--- a/
include/linux/hyperv.h
+++ b/
include/linux/hyperv.h
@@
-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