summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/dvfs_dptc-imx31.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/dvfs_dptc-imx31.c')
-rw-r--r--firmware/target/arm/imx31/dvfs_dptc-imx31.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/dvfs_dptc-imx31.c b/firmware/target/arm/imx31/dvfs_dptc-imx31.c
index e8dee17416..02955a5aa4 100644
--- a/firmware/target/arm/imx31/dvfs_dptc-imx31.c
+++ b/firmware/target/arm/imx31/dvfs_dptc-imx31.c
@@ -29,6 +29,7 @@
29#include "avic-imx31.h" 29#include "avic-imx31.h"
30#include "dvfs_dptc-imx31.h" 30#include "dvfs_dptc-imx31.h"
31#include "dvfs_dptc_tables-target.h" 31#include "dvfs_dptc_tables-target.h"
32#include "gcc_extensions.h"
32 33
33/* Most of the code in here is based upon the Linux BSP provided by Freescale 34/* Most of the code in here is based upon the Linux BSP provided by Freescale
34 * Copyright 2004-2008 Freescale Semiconductor, Inc. All Rights Reserved. */ 35 * Copyright 2004-2008 Freescale Semiconductor, Inc. All Rights Reserved. */
@@ -181,7 +182,7 @@ static void set_current_dvfs_level(unsigned int level)
181} 182}
182 183
183/* DVFS Interrupt handler */ 184/* DVFS Interrupt handler */
184static void __attribute__((used)) dvfs_int(void) 185static void USED_ATTR dvfs_int(void)
185{ 186{
186 unsigned long pmcr0 = CCM_PMCR0; 187 unsigned long pmcr0 = CCM_PMCR0;
187 unsigned long fsvai = pmcr0 & CCM_PMCR0_FSVAI; 188 unsigned long fsvai = pmcr0 & CCM_PMCR0_FSVAI;