diff options
author | Robin Getz <robin.getz@analog.com> | 2007-10-10 11:55:26 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-10 11:55:26 -0400 |
commit | 3bebca2d20796dd3dc62c5d3e74148087c7ce5bd (patch) | |
tree | fdb5eb8eb774fa5e8df41ebbf0e0d2c82b9ff627 /include/asm-blackfin/mach-common/clocks.h | |
parent | a298049180d2c56fc8ac1796b24973bf4f019cc7 (diff) |
Blackfin arch: to do some consolidation of common code and common name spaces
now all BLKFIN should be BFIN, should be no functional changes.
Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin/mach-common/clocks.h')
-rw-r--r-- | include/asm-blackfin/mach-common/clocks.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-blackfin/mach-common/clocks.h b/include/asm-blackfin/mach-common/clocks.h index 5e8113ee8939..033bba92d61c 100644 --- a/include/asm-blackfin/mach-common/clocks.h +++ b/include/asm-blackfin/mach-common/clocks.h | |||
@@ -27,7 +27,8 @@ | |||
27 | * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | 27 | * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
28 | */ | 28 | */ |
29 | 29 | ||
30 | 30 | #ifndef _BFIN_CLOCKS_H | |
31 | #define _BFIN_CLOCKS_H | ||
31 | 32 | ||
32 | #ifdef CONFIG_CCLK_DIV_1 | 33 | #ifdef CONFIG_CCLK_DIV_1 |
33 | # define CONFIG_CCLK_ACT_DIV CCLK_DIV1 | 34 | # define CONFIG_CCLK_ACT_DIV CCLK_DIV1 |
@@ -66,3 +67,4 @@ | |||
66 | # define CONFIG_VCO_MULT 0 | 67 | # define CONFIG_VCO_MULT 0 |
67 | #endif | 68 | #endif |
68 | 69 | ||
70 | #endif | ||