diff options
Diffstat (limited to 'arch/powerpc/include/asm/fsl_lbc.h')
-rw-r--r-- | arch/powerpc/include/asm/fsl_lbc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fsl_lbc.h b/arch/powerpc/include/asm/fsl_lbc.h index 06a11124dde1..5c1bf3466749 100644 --- a/arch/powerpc/include/asm/fsl_lbc.h +++ b/arch/powerpc/include/asm/fsl_lbc.h | |||
@@ -248,6 +248,7 @@ struct fsl_upm { | |||
248 | int width; | 248 | int width; |
249 | }; | 249 | }; |
250 | 250 | ||
251 | extern u32 fsl_lbc_addr(phys_addr_t addr_base); | ||
251 | extern int fsl_lbc_find(phys_addr_t addr_base); | 252 | extern int fsl_lbc_find(phys_addr_t addr_base); |
252 | extern int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm); | 253 | extern int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm); |
253 | 254 | ||