|
@@ -189,7 +189,7 @@ static int __devinit mpc8xxx_wdt_probe(struct of_device *ofdev,
|
|
const struct of_device_id *match)
|
|
const struct of_device_id *match)
|
|
{
|
|
{
|
|
int ret;
|
|
int ret;
|
|
- struct device_node *np = ofdev->node;
|
|
|
|
|
|
+ struct device_node *np = ofdev->dev.of_node;
|
|
struct mpc8xxx_wdt_type *wdt_type = match->data;
|
|
struct mpc8xxx_wdt_type *wdt_type = match->data;
|
|
u32 freq = fsl_get_sys_freq();
|
|
u32 freq = fsl_get_sys_freq();
|
|
bool enabled;
|
|
bool enabled;
|