diff options
Diffstat (limited to 'arch/arm/mach-omap2/prminst44xx.h')
-rw-r--r-- | arch/arm/mach-omap2/prminst44xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prminst44xx.h b/arch/arm/mach-omap2/prminst44xx.h index a2ede2d65481..583aa3774571 100644 --- a/arch/arm/mach-omap2/prminst44xx.h +++ b/arch/arm/mach-omap2/prminst44xx.h | |||
@@ -12,6 +12,9 @@ | |||
12 | #ifndef __ARCH_ASM_MACH_OMAP2_PRMINST44XX_H | 12 | #ifndef __ARCH_ASM_MACH_OMAP2_PRMINST44XX_H |
13 | #define __ARCH_ASM_MACH_OMAP2_PRMINST44XX_H | 13 | #define __ARCH_ASM_MACH_OMAP2_PRMINST44XX_H |
14 | 14 | ||
15 | #define PRM_INSTANCE_UNKNOWN -1 | ||
16 | extern s32 omap4_prmst_get_prm_dev_inst(void); | ||
17 | |||
15 | /* | 18 | /* |
16 | * In an ideal world, we would not export these low-level functions, | 19 | * In an ideal world, we would not export these low-level functions, |
17 | * but this will probably take some time to fix properly | 20 | * but this will probably take some time to fix properly |