]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/platforms/pseries/eeh.c
[PATCH] powerpc: Remove duplicate code
[karo-tx-linux.git] / arch / powerpc / platforms / pseries / eeh.c
index be98140752541d9c47d11fcd7dc0a1e05936c0be..d9662688c8b656faf8affda5aa9f281b71e46351 100644 (file)
@@ -172,7 +172,7 @@ static inline unsigned long eeh_token_to_phys(unsigned long token)
 /** 
  * Return the "partitionable endpoint" (pe) under which this device lies
  */
-static struct device_node * find_device_pe(struct device_node *dn)
+struct device_node * find_device_pe(struct device_node *dn)
 {
        while ((dn->parent) && PCI_DN(dn->parent) &&
              (PCI_DN(dn->parent)->eeh_mode & EEH_MODE_SUPPORTED)) {