Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295598
b: refs/heads/master
c: fa50ae9
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Lezcano authored and Nicolas Ferre committed Feb 3, 2012
1 parent b908300 commit 41b5a43
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c54b7bbbd25600007d452909e6fac39fd36bbc98
refs/heads/master: fa50ae9c100225964eafc7214c70a8c08e70e50e
15 changes: 15 additions & 0 deletions trunk/arch/arm/mach-at91/pm.h
Original file line number Diff line number Diff line change
@@ -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 <mach/at91rm9200_mc.h>

Expand Down Expand Up @@ -95,3 +108,5 @@ static inline u32 sdram_selfrefresh_enable(void)
cpu_do_idle()

#endif

#endif

0 comments on commit 41b5a43

Please sign in to comment.