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:
Paul Bolle 2012-06-03 18:39:13 +02:00 committed by Jiri Kosina
parent d2582a7afc
commit cc502bb741
7 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -22,8 +22,8 @@
struct usbhs_priv;
#include "./mod.h"
#include "./pipe.h"
#include "mod.h"
#include "pipe.h"
/*
*

View File

@ -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))

View File

@ -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...) \

View File

@ -19,7 +19,7 @@
#include <linux/spinlock.h>
#include <linux/usb/renesas_usbhs.h>
#include "./common.h"
#include "common.h"
/*
* struct

View File

@ -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

View File

@ -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