Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316087
b: refs/heads/master
c: cc502bb
h: refs/heads/master
i:
  316085: 494d700
  316083: a4950aa
  316079: 4b9a84a
v: v3
  • Loading branch information
Paul Bolle authored and Jiri Kosina committed Jun 5, 2012
1 parent 5348157 commit 5e44062
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2582a7afcf732cf234adbf14aa7d11a08e30e09
refs/heads/master: cc502bb741e1797290381da14dddb695ec1adbaf
2 changes: 1 addition & 1 deletion trunk/drivers/usb/renesas_usbhs/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/usb/renesas_usbhs/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

struct usbhs_priv;

#include "./mod.h"
#include "./pipe.h"
#include "mod.h"
#include "pipe.h"

/*
*
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/usb/renesas_usbhs/fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/usb/renesas_usbhs/mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -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...) \
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/renesas_usbhs/mod.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include <linux/spinlock.h>
#include <linux/usb/renesas_usbhs.h>
#include "./common.h"
#include "common.h"

/*
* struct
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/usb/renesas_usbhs/pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/usb/renesas_usbhs/pipe.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e44062

Please sign in to comment.