| 1 | From 9f97da78bf018206fb623cd351d454af2f105fe0 Mon Sep 17 00:00:00 2001 |
| 2 | From: David Howells <dhowells@redhat.com> |
| 3 | Date: Wed, 28 Mar 2012 18:30:01 +0100 |
| 4 | Subject: [PATCH] Disintegrate asm/system.h for ARM |
| 5 | |
| 6 | Disintegrate asm/system.h for ARM. |
| 7 | |
| 8 | Signed-off-by: David Howells <dhowells@redhat.com> |
| 9 | cc: Russell King <linux@arm.linux.org.uk> |
| 10 | cc: linux-arm-kernel@lists.infradead.org |
| 11 | --- |
| 12 | arch/arm/plat-iop/restart.c | 1 + |
| 13 | 1 files changed, 1 insertions(+), 0 deletions(-) |
| 14 | |
| 15 | --- a/arch/arm/plat-iop/restart.c |
| 16 | +++ b/arch/arm/plat-iop/restart.c |
| 17 | @@ -8,6 +8,7 @@ |
| 18 | * published by the Free Software Foundation. |
| 19 | */ |
| 20 | #include <asm/hardware/iop3xx.h> |
| 21 | +#include <asm/system.h> |
| 22 | #include <mach/hardware.h> |
| 23 | |
| 24 | void iop3xx_restart(char mode, const char *cmd) |
| 25 | |