projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77c90e3
)
Blackfin: dpmc.h: pull in new pll.h
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 28 Oct 2010 19:34:09 +0000
(15:34 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 10 Jan 2011 12:18:17 +0000
(07:18 -0500)
Any consumer of dpmc.h expects to use VR_CTL, so also pull in the new
mach/pll.h header for those functions.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/dpmc.h
patch
|
blob
|
history
diff --git
a/arch/blackfin/include/asm/dpmc.h
b/arch/blackfin/include/asm/dpmc.h
index
efcc3ae
..
3047120
100644
(file)
--- a/
arch/blackfin/include/asm/dpmc.h
+++ b/
arch/blackfin/include/asm/dpmc.h
@@
-9,6
+9,8
@@
#ifndef _BLACKFIN_DPMC_H_
#define _BLACKFIN_DPMC_H_
+#include <mach/pll.h>
+
/* PLL_CTL Masks */
#define DF 0x0001 /* 0: PLL = CLKIN, 1: PLL = CLKIN/2 */
#define PLL_OFF 0x0002 /* PLL Not Powered */