summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSammy He <r62914@freescale.com>2011-06-22 17:56:55 +0800
committerSammy He <r62914@freescale.com>2011-06-22 19:28:39 +0800
commitb374356a35247a21484ca37bdce2a87c34905e7c (patch)
tree2df54ec0e623c30ca421da33f73d15bb5bd7a5d8 /arch
parentca051c9bc1c930735cfc6d35176b1ade7c2b7cef (diff)
ENGR00151900 vpu: fix build failure for mx3 platform
Fix build failure for mx3 platform due to ENGR00151494 push. Signed-off-by: Sammy He <r62914@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx3/system.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/system.c b/arch/arm/mach-mx3/system.c
index a2f5442e7da5..8cfeae318ed6 100644
--- a/arch/arm/mach-mx3/system.c
+++ b/arch/arm/mach-mx3/system.c
@@ -1,7 +1,7 @@
/*
* Copyright (C) 1999 ARM Limited
* Copyright (C) 2000 Deep Blue Solutions Ltd
- * Copyright 2004-2010 Freescale Semiconductor, Inc.
+ * Copyright 2004-2011 Freescale Semiconductor, Inc.
*
* 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
@@ -91,3 +91,12 @@ void arch_idle(void)
}
}
+void mxc_pg_enable(struct platform_device *pdev)
+{
+}
+EXPORT_SYMBOL(mxc_pg_enable);
+
+void mxc_pg_disable(struct platform_device *pdev)
+{
+}
+EXPORT_SYMBOL(mxc_pg_enable);