Commit ff97ba6d authored by Michal Simek's avatar Michal Simek

microblaze: Remove device_to_mask

Completely unused function - remove it.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 635eca2d
...@@ -35,14 +35,6 @@ ...@@ -35,14 +35,6 @@
#define __dma_alloc_coherent(dev, gfp, size, handle) NULL #define __dma_alloc_coherent(dev, gfp, size, handle) NULL
#define __dma_free_coherent(size, addr) ((void)0) #define __dma_free_coherent(size, addr) ((void)0)
static inline unsigned long device_to_mask(struct device *dev)
{
if (dev->dma_mask && *dev->dma_mask)
return *dev->dma_mask;
/* Assume devices without mask can take 32 bit addresses */
return 0xfffffffful;
}
/* /*
* Available generic sets of operations * Available generic sets of operations
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment