omap2/3: clockdomains: fix compile-time warnings
This patch fixes these warnings when building kernel for OMAP3EVM only. CC arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.o arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c:95: warning: 'dsp_24xx_wkdeps' defined but not used arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c:119: warning: 'mpu_24xx_wkdeps' defined but not used arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c:147: warning: 'core_24xx_wkdeps' defined but not used The problem should be noticed when building for other OMAP3 platforms (only) as well. Signed-off-by: Sanjeev Premi <premi@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
This commit is contained in:
parent
224113969d
commit
691abf525d
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,8 @@ static struct clkdm_dep gfx_sgx_wkdeps[] = {
|
||||||
|
|
||||||
/* 24XX-specific possible dependencies */
|
/* 24XX-specific possible dependencies */
|
||||||
|
|
||||||
|
#ifdef CONFIG_ARCH_OMAP2
|
||||||
|
|
||||||
/* Wakeup dependency source arrays */
|
/* Wakeup dependency source arrays */
|
||||||
|
|
||||||
/* 2420/2430 PM_WKDEP_DSP: CORE, MPU, WKUP */
|
/* 2420/2430 PM_WKDEP_DSP: CORE, MPU, WKUP */
|
||||||
|
@ -168,6 +170,7 @@ static struct clkdm_dep core_24xx_wkdeps[] = {
|
||||||
{ NULL },
|
{ NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif /* CONFIG_ARCH_OMAP2 */
|
||||||
|
|
||||||
/* 2430-specific possible wakeup dependencies */
|
/* 2430-specific possible wakeup dependencies */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue