usb: renesas: remove unused DMA_ADDR_INVALID
DMA_ADDR_INVALID isn't used anymore, it's safe to remove it. Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
482ef1d2fe
commit
40b8156f94
2 changed files with 0 additions and 3 deletions
|
@ -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 @@
|
||||||
#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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue