Kaynağa Gözat

[RIOWATCHDOG]: Fix the build.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 19 yıl önce
ebeveyn
işleme
95b0ce9d6d
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      drivers/sbus/char/riowatchdog.c

+ 2 - 2
drivers/sbus/char/riowatchdog.c

@@ -211,7 +211,7 @@ static int __init riowd_bbc_init(void)
 
 	for_each_ebus(ebus) {
 		for_each_ebusdev(edev, ebus) {
-			if (!strcmp(edev->prom_name, "bbc"))
+			if (!strcmp(edev->ofdev.node->name, "bbc"))
 				goto found_bbc;
 		}
 	}
@@ -238,7 +238,7 @@ static int __init riowd_init(void)
 
 	for_each_ebus(ebus) {
 		for_each_ebusdev(edev, ebus) {
-			if (!strcmp(edev->prom_name, RIOWD_NAME))
+			if (!strcmp(edev->ofdev.node->name, RIOWD_NAME))
 				goto ebus_done;
 		}
 	}