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>
This commit is contained in:
parent
0b43c1806d
commit
645954c542
|
@ -24,8 +24,7 @@
|
|||
#include <linux/kernel.h>
|
||||
#include <linux/mm.h>
|
||||
#include "osd.h"
|
||||
#include "include/logging.h"
|
||||
|
||||
#include "logging.h"
|
||||
#include "VmbusPrivate.h"
|
||||
|
||||
/* Internal routines */
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
#include <linux/kernel.h>
|
||||
#include <linux/mm.h>
|
||||
#include "osd.h"
|
||||
#include "include/logging.h"
|
||||
|
||||
#include "logging.h"
|
||||
#include "VmbusPrivate.h"
|
||||
|
||||
/* Data types */
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <linux/mm.h>
|
||||
#include <linux/vmalloc.h>
|
||||
#include "osd.h"
|
||||
#include "include/logging.h"
|
||||
#include "logging.h"
|
||||
#include "VmbusPrivate.h"
|
||||
|
||||
/* Globals */
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <linux/delay.h>
|
||||
#include <asm/io.h>
|
||||
#include "osd.h"
|
||||
#include "include/logging.h"
|
||||
#include "logging.h"
|
||||
#include "NetVsc.h"
|
||||
#include "RndisFilter.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <linux/kernel.h>
|
||||
#include <linux/mm.h>
|
||||
#include "osd.h"
|
||||
#include "include/logging.h"
|
||||
#include "logging.h"
|
||||
#include "RingBuffer.h"
|
||||
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <asm/io.h>
|
||||
|
||||
#include "osd.h"
|
||||
#include "include/logging.h"
|
||||
#include "logging.h"
|
||||
#include "include/NetVscApi.h"
|
||||
#include "RndisFilter.h"
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <linux/mm.h>
|
||||
#include <linux/delay.h>
|
||||
#include "osd.h"
|
||||
#include "include/logging.h"
|
||||
#include "logging.h"
|
||||
#include "include/StorVscApi.h"
|
||||
#include "include/VmbusPacketFormat.h"
|
||||
#include "vstorage.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <linux/kernel.h>
|
||||
#include <linux/mm.h>
|
||||
#include "osd.h"
|
||||
#include "include/logging.h"
|
||||
#include "logging.h"
|
||||
#include "VersionInfo.h"
|
||||
#include "VmbusPrivate.h"
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <scsi/scsi_dbg.h>
|
||||
|
||||
#include "osd.h"
|
||||
#include "include/logging.h"
|
||||
#include "logging.h"
|
||||
#include "vmbus.h"
|
||||
|
||||
#include "include/StorVscApi.h"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <net/pkt_sched.h>
|
||||
|
||||
#include "osd.h"
|
||||
#include "include/logging.h"
|
||||
#include "logging.h"
|
||||
#include "vmbus.h"
|
||||
|
||||
#include "include/NetVscApi.h"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <scsi/scsi_dbg.h>
|
||||
|
||||
#include "osd.h"
|
||||
#include "include/logging.h"
|
||||
#include "logging.h"
|
||||
#include "vmbus.h"
|
||||
#include "include/StorVscApi.h"
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <linux/interrupt.h>
|
||||
#include <linux/sysctl.h>
|
||||
#include "osd.h"
|
||||
#include "include/logging.h"
|
||||
#include "logging.h"
|
||||
#include "vmbus.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue