提交 40b8156f 编写于 作者: F 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: NFelipe Balbi <balbi@ti.com>
上级 482ef1d2
......@@ -32,7 +32,6 @@
*/
void usbhs_pkt_init(struct usbhs_pkt *pkt)
{
pkt->dma = DMA_ADDR_INVALID;
INIT_LIST_HEAD(&pkt->node);
}
......
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册