Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364712
b: refs/heads/master
c: 40b8156
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 4565663 commit b2833e0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 482ef1d2fec5e5d44d97f7e20b4ccf3d3604aaae
refs/heads/master: 40b8156f9426db48d5d648cdc95bd0789981e9f4
1 change: 0 additions & 1 deletion trunk/drivers/usb/renesas_usbhs/fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
*/
void usbhs_pkt_init(struct usbhs_pkt *pkt)
{
pkt->dma = DMA_ADDR_INVALID;
INIT_LIST_HEAD(&pkt->node);
}

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/usb/renesas_usbhs/fifo.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#include <asm/dma.h>
#include "pipe.h"

#define DMA_ADDR_INVALID (~(dma_addr_t)0)

struct usbhs_fifo {
char *name;
u32 port; /* xFIFO */
Expand Down

0 comments on commit b2833e0

Please sign in to comment.