diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/pseries/eeh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pseries/eeh.c b/arch/powerpc/platforms/pseries/eeh.c index a33ba833109c..3a857b22aa1e 100644 --- a/arch/powerpc/platforms/pseries/eeh.c +++ b/arch/powerpc/platforms/pseries/eeh.c | |||
@@ -478,7 +478,7 @@ static struct device_node * find_device_pe(struct device_node *dn) | |||
478 | * an interrupt context, which is bad. | 478 | * an interrupt context, which is bad. |
479 | */ | 479 | */ |
480 | 480 | ||
481 | static inline void __eeh_mark_slot (struct device_node *dn) | 481 | static void __eeh_mark_slot (struct device_node *dn) |
482 | { | 482 | { |
483 | while (dn) { | 483 | while (dn) { |
484 | PCI_DN(dn)->eeh_mode |= EEH_MODE_ISOLATED; | 484 | PCI_DN(dn)->eeh_mode |= EEH_MODE_ISOLATED; |
@@ -489,7 +489,7 @@ static inline void __eeh_mark_slot (struct device_node *dn) | |||
489 | } | 489 | } |
490 | } | 490 | } |
491 | 491 | ||
492 | static inline void __eeh_clear_slot (struct device_node *dn) | 492 | static void __eeh_clear_slot (struct device_node *dn) |
493 | { | 493 | { |
494 | while (dn) { | 494 | while (dn) { |
495 | PCI_DN(dn)->eeh_mode &= ~EEH_MODE_ISOLATED; | 495 | PCI_DN(dn)->eeh_mode &= ~EEH_MODE_ISOLATED; |