]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/hv/hv_util.c
drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h
[mv-sheeva.git] / 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,