Skip to content

Commit

Permalink
cpm_load_patch() - declartion conflict
Browse files Browse the repository at this point in the history
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
Kamalesh Babulal authored and Linus Torvalds committed Nov 5, 2007
1 parent 05aa345 commit 4d20826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-powerpc/commproc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 4d20826

Please sign in to comment.