Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Oct 2011 12:08:40 +0000 (05:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Oct 2011 12:08:40 +0000 (05:08 -0700)
* 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86: Hyper-V: Integrate the clocksource with Hyper-V detection code

Fix up conflicts in drivers/staging/hv/Makefile manually (some of the hv
code has moved out of staging to drivers/hv/)

1  2 
drivers/staging/hv/Makefile

@@@ -1,7 -1,14 +1,6 @@@
- obj-$(CONFIG_HYPERV)          += hv_timesource.o
 -obj-$(CONFIG_HYPERV)          += hv_vmbus.o
  obj-$(CONFIG_HYPERV_STORAGE)  += hv_storvsc.o
 -obj-$(CONFIG_HYPERV_BLOCK)    += hv_blkvsc.o
  obj-$(CONFIG_HYPERV_NET)      += hv_netvsc.o
 -obj-$(CONFIG_HYPERV_UTILS)    += hv_utils.o
  obj-$(CONFIG_HYPERV_MOUSE)    += hv_mouse.o
  
 -hv_vmbus-y := vmbus_drv.o \
 -               hv.o connection.o channel.o \
 -               channel_mgmt.o ring_buffer.o
 -hv_storvsc-y := storvsc_drv.o storvsc.o
 -hv_blkvsc-y := blkvsc_drv.o  storvsc.o
 +hv_storvsc-y := storvsc_drv.o
  hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o
 -hv_utils-y := hv_util.o hv_kvp.o