Commit cc502bb7 authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina

renesas_usbhs: cleanup quoted includes

A few quoted includes start with a superfluous "./". Clean up those
quoted includes.
Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d2582a7a
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <linux/pm_runtime.h> #include <linux/pm_runtime.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/sysfs.h> #include <linux/sysfs.h>
#include "./common.h" #include "common.h"
/* /*
* image of renesas_usbhs * image of renesas_usbhs
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
struct usbhs_priv; struct usbhs_priv;
#include "./mod.h" #include "mod.h"
#include "./pipe.h" #include "pipe.h"
/* /*
* *
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/scatterlist.h> #include <linux/scatterlist.h>
#include "./common.h" #include "common.h"
#include "./pipe.h" #include "pipe.h"
#define usbhsf_get_cfifo(p) (&((p)->fifo_info.cfifo)) #define usbhsf_get_cfifo(p) (&((p)->fifo_info.cfifo))
#define usbhsf_get_d0fifo(p) (&((p)->fifo_info.d0fifo)) #define usbhsf_get_d0fifo(p) (&((p)->fifo_info.d0fifo))
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
*/ */
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include "./common.h" #include "common.h"
#include "./mod.h" #include "mod.h"
#define usbhs_priv_to_modinfo(priv) (&priv->mod_info) #define usbhs_priv_to_modinfo(priv) (&priv->mod_info)
#define usbhs_mod_info_call(priv, func, param...) \ #define usbhs_mod_info_call(priv, func, param...) \
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/usb/renesas_usbhs.h> #include <linux/usb/renesas_usbhs.h>
#include "./common.h" #include "common.h"
/* /*
* struct * struct
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
*/ */
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/slab.h> #include <linux/slab.h>
#include "./common.h" #include "common.h"
#include "./pipe.h" #include "pipe.h"
/* /*
* macros * macros
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
#ifndef RENESAS_USB_PIPE_H #ifndef RENESAS_USB_PIPE_H
#define RENESAS_USB_PIPE_H #define RENESAS_USB_PIPE_H
#include "./common.h" #include "common.h"
#include "./fifo.h" #include "fifo.h"
/* /*
* struct * struct
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment