UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
Convert #include "..." to #include <path/...> in kernel system headers. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
* DMA queue management APIs shared between TRIO and mPIPE.
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include <gxio/common.h>
|
||||
|
||||
/* The credit counter lives in the high 32 bits. */
|
||||
#define DMA_QUEUE_CREDIT_SHIFT 32
|
||||
|
@@ -21,8 +21,8 @@
|
||||
* resources.
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include "dma_queue.h"
|
||||
#include <gxio/common.h>
|
||||
#include <gxio/dma_queue.h>
|
||||
|
||||
#include <linux/time.h>
|
||||
|
||||
|
@@ -140,8 +140,8 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "dma_queue.h"
|
||||
#include <gxio/common.h>
|
||||
#include <gxio/dma_queue.h>
|
||||
|
||||
#include <arch/trio_constants.h>
|
||||
#include <arch/trio.h>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#ifndef _GXIO_USB_H_
|
||||
#define _GXIO_USB_H_
|
||||
|
||||
#include "common.h"
|
||||
#include <gxio/common.h>
|
||||
|
||||
#include <hv/drv_usb_host_intf.h>
|
||||
#include <hv/iorpc.h>
|
||||
|
Reference in New Issue
Block a user