summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
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);