aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/cpu_op-mx51.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx5/cpu_op-mx51.h')
-rw-r--r--arch/arm/mach-mx5/cpu_op-mx51.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-mx5/cpu_op-mx51.h b/arch/arm/mach-mx5/cpu_op-mx51.h
index 97477fecb46..03564bd3712 100644
--- a/arch/arm/mach-mx5/cpu_op-mx51.h
+++ b/arch/arm/mach-mx5/cpu_op-mx51.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved.
*/
/*
@@ -11,4 +11,5 @@
* http://www.gnu.org/copyleft/gpl.html
*/
-extern struct cpu_op *mx51_get_cpu_op(int *op);
+struct cpu_op *mx51_get_cpu_op(int *op);
+extern void mx51_cpu_op_init(void);