9a812c28cdd52ee parent 05aa345034de6ae9c77fb93f6a796013641d57d5 author Kamalesh Babulal 1194259272 +0530 committer Linus Torvalds 1194291509 -0800 cpm_load_patch() - declartion conflict Commit f2a0bd3753dad7ea4605ebd5435716b39e9f92bb 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 Signed-off-by: Linus Torvalds