mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 09:34:17 +00:00
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
@ -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…
x
Reference in New Issue
Block a user