]> Pileus Git - ~andy/linux/blobdiff - drivers/hv/hv_util.c
Merge tag 'staging-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
[~andy/linux] / drivers / hv / hv_util.c
index 55d58f21e6d47eb53c56eb4453683095dcf932f2..dbb8b8eec2100bc92939f309550b0d00c037c4cb 100644 (file)
@@ -28,9 +28,6 @@
 #include <linux/reboot.h>
 #include <linux/hyperv.h>
 
-#include "hv_kvp.h"
-
-
 static void shutdown_onchannelcallback(void *context);
 static struct hv_util_service util_shutdown = {
        .util_cb = shutdown_onchannelcallback,