Commit f63c9149 authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Greg Kroah-Hartman
Browse files

Staging: hv: Move the contents of logging.h to hyperv.h



Move the contents of logging.h to hyperv.h.

Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarAbhishek Kane <v-abkane@microsoft.com>
Signed-off-by: default avatarHank Janssen <hjanssen@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c35470b2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@

#include "hyperv.h"
#include "hv_api.h"
#include "logging.h"
#include "vmbus.h"
#include "storvsc_api.h"

+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@

#include "hyperv.h"
#include "hv_api.h"
#include "logging.h"
#include "vmbus_private.h"

#define NUM_PAGES_SPANNED(addr, len) \
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@

#include "hyperv.h"
#include "hv_api.h"
#include "logging.h"
#include "vmbus_private.h"
#include "utils.h"

+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@

#include "hyperv.h"
#include "hv_api.h"
#include "logging.h"
#include "vmbus_private.h"


+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@

#include "hyperv.h"
#include "hv_api.h"
#include "logging.h"
#include "vmbus_private.h"

/* The one and only */
Loading