]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/kernel/eeh_pe.c
Merge branch 'drop-time' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
[~andy/linux] / arch / powerpc / kernel / eeh_pe.c
index f9450537e335a350354dec35ff5fdf15876ef0a6..f0c353fa655a3a5a742e2de674851ab3ca88006a 100644 (file)
@@ -25,7 +25,6 @@
 #include <linux/delay.h>
 #include <linux/export.h>
 #include <linux/gfp.h>
-#include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/pci.h>
 #include <linux/string.h>
@@ -737,6 +736,9 @@ static void *eeh_restore_one_device_bars(void *data, void *flag)
        else
                eeh_restore_device_bars(edev, dn);
 
+       if (eeh_ops->restore_config)
+               eeh_ops->restore_config(dn);
+
        return NULL;
 }