mirror of
https://gitee.com/openharmony/kernel_linux
synced 2024-12-04 03:34:15 +00:00
cpm_load_patch() - declartion conflict
Commit f2a0bd3753
defines the function
with "void cpm_load_patch(cpm8xx_t *cp)" prtotype and is declared as
"extern void cpm_load_patch(volatile immap_t *immr)" in the header file.
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
05aa345034
commit
4d20826ffb
@ -91,7 +91,7 @@ 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);
|
||||
extern void cpm_load_patch(cpm8xx_t *cp);
|
||||
|
||||
/* Buffer descriptors used by many of the CPM protocols.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user