mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-19 20:34:20 +08:00
[PATCH] ppc32 8xx: Fix harmless warning in 8xx_io/commproc.c
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
7ed3463b61
commit
38dc161864
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user