提交 de2b606c 编写于 作者: M Michael Guntsche 提交者: Grant Likely

watchdog: Fix build failure with OF changes

commit 61c7a080 ( of: Always use
'struct device.of_node' to get device node pointer.) missed
drivers/watchdog/mpc8xxx_wdt.c. This patch fixes it
Signed-off-by: NMichael Guntsche <mike@it-loops.com>
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
上级 b5355078
......@@ -189,7 +189,7 @@ static int __devinit mpc8xxx_wdt_probe(struct of_device *ofdev,
const struct of_device_id *match)
{
int ret;
struct device_node *np = ofdev->node;
struct device_node *np = ofdev->dev.of_node;
struct mpc8xxx_wdt_type *wdt_type = match->data;
u32 freq = fsl_get_sys_freq();
bool enabled;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册