* [PATCH] arm/mach-ux500: remove unused macro.
@ 2014-04-26 15:50 Lionel Debroux
2014-04-28 8:42 ` Dan Carpenter
0 siblings, 1 reply; 2+ messages in thread
From: Lionel Debroux @ 2014-04-26 15:50 UTC (permalink / raw)
To: linux-kernel; +Cc: kernel-janitors
Based on PaX.
---
>From 9c443a7dfe581da8db5566d968a19c54f06a7fa3 Mon Sep 17 00:00:00 2001
From: Lionel Debroux <lionel_debroux@yahoo.fr>
Date: Sat, 26 Apr 2014 15:44:22 +0200
Subject: arm/mach-ux500: remove unused macro.
Extracted from the PaX patch.
Signed-off-by: Lionel Debroux <lionel_debroux@yahoo.fr>
Cc: PaX Team <pageexec@freemail.hu>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm/mach-ux500: remove unused macro.
2014-04-26 15:50 [PATCH] arm/mach-ux500: remove unused macro Lionel Debroux
@ 2014-04-28 8:42 ` Dan Carpenter
0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2014-04-28 8:42 UTC (permalink / raw)
To: Lionel Debroux; +Cc: linux-kernel, kernel-janitors
Patches need to be sent inline. Use git send-email.
Use scripts/get_maintainer.pl to find who to send this patch to. Do add
the PaX Team to the CC list and not just in the changelog text.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-28 8:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-26 15:50 [PATCH] arm/mach-ux500: remove unused macro Lionel Debroux
2014-04-28 8:42 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).