Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 662e9469 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: gadget: atmel: remove unused DMA_ADDR_INVALID



DMA_ADDR_INVALID isn't (and shouldn't) be used
anymore, let's remove it.

Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 38678f25
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -216,12 +216,6 @@
#define EP0_EPT_SIZE		USBA_EPT_SIZE_64
#define EP0_NR_BANKS		1

/*
 * REVISIT: Try to eliminate this value. Can we rely on req->mapped to
 * provide this information?
 */
#define DMA_ADDR_INVALID (~(dma_addr_t)0)

#define FIFO_IOMEM_ID	0
#define CTRL_IOMEM_ID	1