From: Marcelo Tosatti Date: Wed, 2 Nov 2005 14:46:28 +0000 (-0200) Subject: [PATCH] ppc32 8xx: Fix harmless warning in 8xx_io/commproc.c X-Git-Tag: v2.6.15-rc1~726^2~3^2~9 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=38dc16186433ba961ace39c97ac6f7071250f981;p=linux-2.6-omap-h63xx.git [PATCH] ppc32 8xx: Fix harmless warning in 8xx_io/commproc.c Signed-off-by: Paul Mackerras --- diff --git a/include/asm-ppc/commproc.h b/include/asm-ppc/commproc.h index 5bbb8e2c1c6..973e6090823 100644 --- a/include/asm-ppc/commproc.h +++ b/include/asm-ppc/commproc.h @@ -83,6 +83,8 @@ extern uint m8xx_cpm_hostalloc(uint size); extern int m8xx_cpm_hostfree(uint start); extern void m8xx_cpm_hostdump(void); +extern void cpm_load_patch(volatile immap_t *immr); + /* Buffer descriptors used by many of the CPM protocols. */ typedef struct cpm_buf_desc {