projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed3463
)
[PATCH] ppc32 8xx: Fix harmless warning in 8xx_io/commproc.c
author
Marcelo Tosatti
<marcelo.tosatti@cyclades.com>
Wed, 2 Nov 2005 14:46:28 +0000
(12:46 -0200)
committer
Paul 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
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-ppc/commproc.h
b/include/asm-ppc/commproc.h
index 5bbb8e2c1c6d6fcb2368a4abc0fc03aeafb358ab..973e6090823482052c343a568c253882c2defc85 100644
(file)
--- 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 {