X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fide%2Fide-iops.c;h=77703acaec1731164c433d7ce35d2eda0ba15293;hb=1e86240f3fd33f8052141778ad3dffe2c96184d7;hp=657165297dc76c0a16bd2126b854920ffbf99cbe;hpb=0e1dfc66b6ec94984a4778132147a8aa36461d58;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c index 6571652..77703ac 100644 --- a/drivers/ide/ide-iops.c +++ b/drivers/ide/ide-iops.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include @@ -1243,6 +1244,7 @@ int ide_wait_not_busy(ide_hwif_t *hwif, unsigned long timeout) if (stat == 0xff) return -ENODEV; touch_softlockup_watchdog(); + touch_nmi_watchdog(); } return -EBUSY; }