Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188436
b: refs/heads/master
c: 9205124
h: refs/heads/master
v: v3
  • Loading branch information
Grant Likely committed Mar 18, 2010
1 parent 3117259 commit f55c14d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1976152fd8e706135deed6cf333e347c08416056
refs/heads/master: 9205124c66a69664c6825501cb062ebd2acd3b3a
6 changes: 5 additions & 1 deletion trunk/arch/powerpc/platforms/52xx/mpc52xx_gpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,11 @@ static int __devinit mpc52xx_gpt_wdt_init(void)
return 0;
}

#define mpc52xx_gpt_wdt_setup(x, y) (0)
static inline int mpc52xx_gpt_wdt_setup(struct mpc52xx_gpt_priv *gpt,
const u32 *period)
{
return 0;
}

#endif /* CONFIG_MPC5200_WDT */

Expand Down

0 comments on commit f55c14d

Please sign in to comment.