commit | 0a5709b2dc84140082ea235130a05c05d51f94a2 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Nov 16 14:51:20 2005 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Nov 16 14:51:20 2005 +0000 |
tree | 096bdbc0a86fde503722611bba1feaca76e91d3a | |
parent | ce07d90aa80a4c9a956eb2f662e4be5ea5c6baf8 [diff] [blame] |
[ARM] Include asm/hardware.h instead of asm/arch/hardware.h Rationalise hardware.h include. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/arch/arm/plat-omap/pm.c b/arch/arm/plat-omap/pm.c index 966cca03..1a24e2c 100644 --- a/arch/arm/plat-omap/pm.c +++ b/arch/arm/plat-omap/pm.c
@@ -509,7 +509,7 @@ * @state: suspend state we're entering. * */ -//#include <asm/arch/hardware.h> +//#include <asm/hardware.h> static int omap_pm_prepare(suspend_state_t state) {