powerpc/rtas: remove unused rtas_suspend_me_data
authorNathan Lynch <nathanl@linux.ibm.com>
Mon, 7 Dec 2020 21:51:59 +0000 (15:51 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 8 Dec 2020 10:41:02 +0000 (21:41 +1100)
All code which used this type has been removed.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201207215200.1785968-28-nathanl@linux.ibm.com
arch/powerpc/include/asm/rtas-types.h

index aa42056..8df6235 100644 (file)
@@ -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 */