git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05aa345
)
cpm_load_patch() - declartion conflict
author
Kamalesh Babulal
<kamalesh@linux.vnet.ibm.com>
Mon, 5 Nov 2007 10:41:12 +0000
(16:11 +0530)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 5 Nov 2007 19:38:29 +0000
(11:38 -0800)
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 <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found