On Tue, Jul 11, 2023 at 11:08:41AM +0200, Jules Maselbas wrote: > Since commit f6dcd5c03b ("kvx: dma: Remove arch dma_map/unmap_single"), > theses defines are not used anymore, remove them. > > Signed-off-by: Jules Maselbas <jmaselbas@xxxxxxxxx> > --- > arch/kvx/include/asm/dma.h | 4 ---- > 1 file changed, 4 deletions(-) Applied, thanks Sascha > > diff --git a/arch/kvx/include/asm/dma.h b/arch/kvx/include/asm/dma.h > index 5bf601307e..f35eafba8f 100644 > --- a/arch/kvx/include/asm/dma.h > +++ b/arch/kvx/include/asm/dma.h > @@ -6,10 +6,6 @@ > > #include <common.h> > > -#define KVX_DDR_32BIT_RAM_WINDOW_BA (0x80000000ULL) > -#define KVX_DDR_64BIT_RAM_WINDOW_BA (0x100000000ULL) > -#define MAX_32BIT_ADDR (0xffffffffULL) > - > #define dma_alloc dma_alloc > static inline void *dma_alloc(size_t size) > { > -- > 2.17.1 > > > > > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |