Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Bolle and committed by
Jiri Kosina
cc502bb7 d2582a7a

+12 -12
+1 -1
drivers/usb/renesas_usbhs/common.c
··· 19 19 #include <linux/pm_runtime.h> 20 20 #include <linux/slab.h> 21 21 #include <linux/sysfs.h> 22 - #include "./common.h" 22 + #include "common.h" 23 23 24 24 /* 25 25 * image of renesas_usbhs
+2 -2
drivers/usb/renesas_usbhs/common.h
··· 22 22 23 23 struct usbhs_priv; 24 24 25 - #include "./mod.h" 26 - #include "./pipe.h" 25 + #include "mod.h" 26 + #include "pipe.h" 27 27 28 28 /* 29 29 *
+2 -2
drivers/usb/renesas_usbhs/fifo.c
··· 17 17 #include <linux/delay.h> 18 18 #include <linux/io.h> 19 19 #include <linux/scatterlist.h> 20 - #include "./common.h" 21 - #include "./pipe.h" 20 + #include "common.h" 21 + #include "pipe.h" 22 22 23 23 #define usbhsf_get_cfifo(p) (&((p)->fifo_info.cfifo)) 24 24 #define usbhsf_get_d0fifo(p) (&((p)->fifo_info.d0fifo))
+2 -2
drivers/usb/renesas_usbhs/mod.c
··· 16 16 */ 17 17 #include <linux/interrupt.h> 18 18 19 - #include "./common.h" 20 - #include "./mod.h" 19 + #include "common.h" 20 + #include "mod.h" 21 21 22 22 #define usbhs_priv_to_modinfo(priv) (&priv->mod_info) 23 23 #define usbhs_mod_info_call(priv, func, param...) \
+1 -1
drivers/usb/renesas_usbhs/mod.h
··· 19 19 20 20 #include <linux/spinlock.h> 21 21 #include <linux/usb/renesas_usbhs.h> 22 - #include "./common.h" 22 + #include "common.h" 23 23 24 24 /* 25 25 * struct
+2 -2
drivers/usb/renesas_usbhs/pipe.c
··· 16 16 */ 17 17 #include <linux/delay.h> 18 18 #include <linux/slab.h> 19 - #include "./common.h" 20 - #include "./pipe.h" 19 + #include "common.h" 20 + #include "pipe.h" 21 21 22 22 /* 23 23 * macros
+2 -2
drivers/usb/renesas_usbhs/pipe.h
··· 17 17 #ifndef RENESAS_USB_PIPE_H 18 18 #define RENESAS_USB_PIPE_H 19 19 20 - #include "./common.h" 21 - #include "./fifo.h" 20 + #include "common.h" 21 + #include "fifo.h" 22 22 23 23 /* 24 24 * struct