From: Nathan Lynch Date: Mon, 7 Dec 2020 21:51:59 +0000 (-0600) Subject: powerpc/rtas: remove unused rtas_suspend_me_data X-Git-Tag: v5.11-rc1~76^2~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b57ea7e109520d3c6dfb01671a0cb134d3ccff;p=thirdparty%2Flinux.git powerpc/rtas: remove unused rtas_suspend_me_data All code which used this type has been removed. Signed-off-by: Nathan Lynch Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20201207215200.1785968-28-nathanl@linux.ibm.com --- diff --git a/arch/powerpc/include/asm/rtas-types.h b/arch/powerpc/include/asm/rtas-types.h index aa420561bc10c..8df6235d64d1f 100644 --- a/arch/powerpc/include/asm/rtas-types.h +++ b/arch/powerpc/include/asm/rtas-types.h @@ -23,14 +23,6 @@ struct rtas_t { struct device_node *dev; /* virtual address pointer */ }; -struct rtas_suspend_me_data { - atomic_t working; /* number of cpus accessing this struct */ - atomic_t done; - int token; /* ibm,suspend-me */ - atomic_t error; - struct completion *complete; /* wait on this until working == 0 */ -}; - struct rtas_error_log { /* Byte 0 */ u8 byte0; /* Architectural version */