|
@@ -805,7 +805,7 @@ static void rtas_percpu_suspend_me(void *info)
|
|
|
__rtas_suspend_cpu((struct rtas_suspend_me_data *)info, 1);
|
|
|
}
|
|
|
|
|
|
-static int rtas_ibm_suspend_me(struct rtas_args *args)
|
|
|
+int rtas_ibm_suspend_me(struct rtas_args *args)
|
|
|
{
|
|
|
long state;
|
|
|
long rc;
|
|
@@ -855,7 +855,7 @@ static int rtas_ibm_suspend_me(struct rtas_args *args)
|
|
|
return atomic_read(&data.error);
|
|
|
}
|
|
|
#else /* CONFIG_PPC_PSERIES */
|
|
|
-static int rtas_ibm_suspend_me(struct rtas_args *args)
|
|
|
+int rtas_ibm_suspend_me(struct rtas_args *args)
|
|
|
{
|
|
|
return -ENOSYS;
|
|
|
}
|