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:
1976152
)
powerpc/5200: Build fix for mpc52xx watchdog timer code
author
Grant Likely
<grant.likely@secretlab.ca>
Thu, 18 Mar 2010 20:01:18 +0000
(14:01 -0600)
committer
Grant Likely
<grant.likely@secretlab.ca>
Thu, 18 Mar 2010 14:20:17 +0000
(08:20 -0600)
mpc52xx_gpt_wdt_setup is defined as 0, which causes the following build
failure with gcc 4.5, since it's built with -Werror.
arch/powerpc/platforms/52xx/mpc52xx_gpt.c:761:3: error: statement with no effect
Changing it to a static inline fixes the problem.
Reported-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
No differences found