aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/commproc.h
diff options
context:
space:
mode:
authorMarcelo Tosatti <marcelo.tosatti@cyclades.com>2005-11-02 12:46:28 -0200
committerPaul Mackerras <paulus@samba.org>2005-11-03 16:57:07 +1100
commit38dc16186433ba961ace39c97ac6f7071250f981 (patch)
treebb77166bfe1236ea734b263fdc64e604cc29a1ea /include/asm-ppc/commproc.h
parent[PATCH] ppc32 8xx: export symbols required for modular IDE (diff)
downloadlinux-dev-38dc16186433ba961ace39c97ac6f7071250f981.tar.xz
linux-dev-38dc16186433ba961ace39c97ac6f7071250f981.zip
[PATCH] ppc32 8xx: Fix harmless warning in 8xx_io/commproc.c
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--include/asm-ppc/commproc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/commproc.h b/include/asm-ppc/commproc.h
index 5bbb8e2c1c6d..973e60908234 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 {