From 41b5a436c865391ff9b7bcafd29c8cdecbb0dfdc Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Wed, 25 Jan 2012 00:56:06 +0100 Subject: [PATCH] --- yaml --- r: 295598 b: refs/heads/master c: fa50ae9c100225964eafc7214c70a8c08e70e50e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-at91/pm.h | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c424a2b0316d..9d26e4e51ba2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c54b7bbbd25600007d452909e6fac39fd36bbc98 +refs/heads/master: fa50ae9c100225964eafc7214c70a8c08e70e50e diff --git a/trunk/arch/arm/mach-at91/pm.h b/trunk/arch/arm/mach-at91/pm.h index caac65f39838..715813ed73e3 100644 --- a/trunk/arch/arm/mach-at91/pm.h +++ b/trunk/arch/arm/mach-at91/pm.h @@ -1,3 +1,16 @@ +/* + * AT91 Power Management + * + * Copyright (C) 2005 David Brownell + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ +#ifndef __ARCH_ARM_MACH_AT91_PM +#define __ARCH_ARM_MACH_AT91_PM + #ifdef CONFIG_ARCH_AT91RM9200 #include @@ -95,3 +108,5 @@ static inline u32 sdram_selfrefresh_enable(void) cpu_do_idle() #endif + +#endif