Commit 40b8156f authored by Felipe Balbi's avatar Felipe Balbi

usb: renesas: remove unused DMA_ADDR_INVALID

DMA_ADDR_INVALID isn't used anymore, it's safe
to remove it.
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 482ef1d2
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
*/ */
void usbhs_pkt_init(struct usbhs_pkt *pkt) void usbhs_pkt_init(struct usbhs_pkt *pkt)
{ {
pkt->dma = DMA_ADDR_INVALID;
INIT_LIST_HEAD(&pkt->node); INIT_LIST_HEAD(&pkt->node);
} }
......
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
#include <asm/dma.h> #include <asm/dma.h>
#include "pipe.h" #include "pipe.h"
#define DMA_ADDR_INVALID (~(dma_addr_t)0)
struct usbhs_fifo { struct usbhs_fifo {
char *name; char *name;
u32 port; /* xFIFO */ u32 port; /* xFIFO */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment