* [PATCH] ARM: shmobile: Minor update for the Lager DT reference code
@ 2013-07-08 6:16 Magnus Damm
2013-07-10 0:51 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2013-07-08 6:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Magnus Damm <damm@opensource.se>
Update the Lager DT reference code to get rid of the redundant
irqchip header and also make lager_add_standard_devices() static.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
Written against "renesas-next-20130704v2"
arch/arm/mach-shmobile/board-lager-reference.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- 0001/arch/arm/mach-shmobile/board-lager-reference.c
+++ work/arch/arm/mach-shmobile/board-lager-reference.c 2013-07-08 15:10:21.000000000 +0900
@@ -19,12 +19,11 @@
*/
#include <linux/init.h>
-#include <linux/irqchip.h>
#include <linux/of_platform.h>
#include <mach/r8a7790.h>
#include <asm/mach/arch.h>
-void __init lager_add_standard_devices(void)
+static void __init lager_add_standard_devices(void)
{
/* clocks are setup late during boot in the case of DT */
r8a7790_clock_init();
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: shmobile: Minor update for the Lager DT reference code
2013-07-08 6:16 [PATCH] ARM: shmobile: Minor update for the Lager DT reference code Magnus Damm
@ 2013-07-10 0:51 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2013-07-10 0:51 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jul 08, 2013 at 03:16:46PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
>
> Update the Lager DT reference code to get rid of the redundant
> irqchip header and also make lager_add_standard_devices() static.
>
> Signed-off-by: Magnus Damm <damm@opensource.se>
> ---
>
> Written against "renesas-next-20130704v2"
>
> arch/arm/mach-shmobile/board-lager-reference.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Thanks, I have queued this up for v3.12 in the dt-lager branch.
It should appear in renesas-next-20130710
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-10 0:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-08 6:16 [PATCH] ARM: shmobile: Minor update for the Lager DT reference code Magnus Damm
2013-07-10 0:51 ` Simon Horman
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).