summaryrefslogtreecommitdiff
path: root/include/asm-blackfin/mach-common/clocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-blackfin/mach-common/clocks.h')
-rw-r--r--include/asm-blackfin/mach-common/clocks.h4
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 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-
+#ifndef _BFIN_CLOCKS_H
+#define _BFIN_CLOCKS_H
#ifdef CONFIG_CCLK_DIV_1
# define CONFIG_CCLK_ACT_DIV CCLK_DIV1
@@ -66,3 +67,4 @@
# define CONFIG_VCO_MULT 0
#endif
+#endif