]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] ppc32 8xx: Fix harmless warning in 8xx_io/commproc.c
authorMarcelo Tosatti <marcelo.tosatti@cyclades.com>
Wed, 2 Nov 2005 14:46:28 +0000 (12:46 -0200)
committerPaul Mackerras <paulus@samba.org>
Thu, 3 Nov 2005 05:57:07 +0000 (16:57 +1100)
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-ppc/commproc.h

index 5bbb8e2c1c6d6fcb2368a4abc0fc03aeafb358ab..973e6090823482052c343a568c253882c2defc85 100644 (file)
@@ -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 {