arm/mach-ux500: remove unused macro.

From: Lionel Debroux
Date: Sat Apr 26 2014 - 09:44:22 EST


Extracted from the PaX patch.

Signed-off-by: Lionel Debroux <lionel_debroux@xxxxxxxx>
Cc: PaX Team <pageexec@xxxxxxxxxxx>
---
arch/arm/mach-ux500/setup.h | 7 -------
1 file changed, 7 deletions(-)

diff --git a/arch/arm/mach-ux500/setup.h b/arch/arm/mach-ux500/setup.h
index 2dea8b5..6499da2 100644
--- a/arch/arm/mach-ux500/setup.h
+++ b/arch/arm/mach-ux500/setup.h
@@ -33,13 +33,6 @@ extern void ux500_timer_init(void);
.type = MT_DEVICE, \
}

-#define __MEM_DEV_DESC(x, sz) { \
- .virtual = IO_ADDRESS(x), \
- .pfn = __phys_to_pfn(x), \
- .length = sz, \
- .type = MT_MEMORY_RWX, \
-}
-
extern struct smp_operations ux500_smp_ops;
extern void ux500_cpu_die(unsigned int cpu);

--
1.9.1.506.g7bf272c

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/