mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
renesas_usbhs: cleanup quoted includes
A few quoted includes start with a superfluous "./". Clean up those quoted includes. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
d2582a7afc
commit
cc502bb741
@ -19,7 +19,7 @@
|
||||
#include <linux/pm_runtime.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/sysfs.h>
|
||||
#include "./common.h"
|
||||
#include "common.h"
|
||||
|
||||
/*
|
||||
* image of renesas_usbhs
|
||||
|
@ -22,8 +22,8 @@
|
||||
|
||||
struct usbhs_priv;
|
||||
|
||||
#include "./mod.h"
|
||||
#include "./pipe.h"
|
||||
#include "mod.h"
|
||||
#include "pipe.h"
|
||||
|
||||
/*
|
||||
*
|
||||
|
@ -17,8 +17,8 @@
|
||||
#include <linux/delay.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/scatterlist.h>
|
||||
#include "./common.h"
|
||||
#include "./pipe.h"
|
||||
#include "common.h"
|
||||
#include "pipe.h"
|
||||
|
||||
#define usbhsf_get_cfifo(p) (&((p)->fifo_info.cfifo))
|
||||
#define usbhsf_get_d0fifo(p) (&((p)->fifo_info.d0fifo))
|
||||
|
@ -16,8 +16,8 @@
|
||||
*/
|
||||
#include <linux/interrupt.h>
|
||||
|
||||
#include "./common.h"
|
||||
#include "./mod.h"
|
||||
#include "common.h"
|
||||
#include "mod.h"
|
||||
|
||||
#define usbhs_priv_to_modinfo(priv) (&priv->mod_info)
|
||||
#define usbhs_mod_info_call(priv, func, param...) \
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include <linux/spinlock.h>
|
||||
#include <linux/usb/renesas_usbhs.h>
|
||||
#include "./common.h"
|
||||
#include "common.h"
|
||||
|
||||
/*
|
||||
* struct
|
||||
|
@ -16,8 +16,8 @@
|
||||
*/
|
||||
#include <linux/delay.h>
|
||||
#include <linux/slab.h>
|
||||
#include "./common.h"
|
||||
#include "./pipe.h"
|
||||
#include "common.h"
|
||||
#include "pipe.h"
|
||||
|
||||
/*
|
||||
* macros
|
||||
|
@ -17,8 +17,8 @@
|
||||
#ifndef RENESAS_USB_PIPE_H
|
||||
#define RENESAS_USB_PIPE_H
|
||||
|
||||
#include "./common.h"
|
||||
#include "./fifo.h"
|
||||
#include "common.h"
|
||||
#include "fifo.h"
|
||||
|
||||
/*
|
||||
* struct
|
||||
|
Loading…
x
Reference in New Issue
Block a user