diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2010-03-18 21:01:18 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-03-18 15:20:17 +0100 |
commit | 9205124c66a69664c6825501cb062ebd2acd3b3a (patch) | |
tree | 41ecdb8a8c3b22f4df108597cc5d73db054b3171 /drivers/spi | |
parent | of: Fix comparison of "compatible" properties (diff) | |
download | linux-9205124c66a69664c6825501cb062ebd2acd3b3a.tar.xz linux-9205124c66a69664c6825501cb062ebd2acd3b3a.zip |
powerpc/5200: Build fix for mpc52xx watchdog timer code
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>
Diffstat (limited to 'drivers/spi')
0 files changed, 0 insertions, 0 deletions