Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpm_load_patch() - declartion conflict
Commit f2a0bd3 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>
- Loading branch information