summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Hv.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2009-08-29 01:22:59 +0200
committerGreg Kroah-Hartman2009-09-15 21:02:00 +0200
commit645954c54287faee983d37705b80e9ae90c63782 (patch)
tree887f01a6939cca8f52f15381206ca57d4a244223 /drivers/staging/hv/Hv.c
parentStaging: hv: move List.h (diff)
downloadkernel-qcow2-linux-645954c54287faee983d37705b80e9ae90c63782.tar.gz
kernel-qcow2-linux-645954c54287faee983d37705b80e9ae90c63782.tar.xz
kernel-qcow2-linux-645954c54287faee983d37705b80e9ae90c63782.zip
Staging: hv: move logging.h
Move it out of the include subdirectory. No code changes here, just file movements. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/Hv.c')
-rw-r--r--drivers/staging/hv/Hv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/Hv.c b/drivers/staging/hv/Hv.c
index 3800bf324816..b61b35c39d90 100644
--- a/drivers/staging/hv/Hv.c
+++ b/drivers/staging/hv/Hv.c
@@ -25,7 +25,7 @@
#include <linux/mm.h>
#include <linux/vmalloc.h>
#include "osd.h"
-#include "include/logging.h"
+#include "logging.h"
#include "VmbusPrivate.h"
/* Globals */