diff options
author | Nathan Lynch <nathanl@linux.ibm.com> | 2020-12-07 15:51:59 -0600 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-12-08 21:41:02 +1100 |
commit | 87b57ea7e109520d3c6dfb01671a0cb134d3ccff (patch) | |
tree | c627c29115f6df47825cb168b4e0407d0987552f /arch/powerpc/include | |
parent | d102f8312e1ea5e8bf84fceebf99186f22d16fc6 (diff) | |
download | linux-87b57ea7e109520d3c6dfb01671a0cb134d3ccff.tar.bz2 |
powerpc/rtas: remove unused rtas_suspend_me_data
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
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/rtas-types.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/include/asm/rtas-types.h b/arch/powerpc/include/asm/rtas-types.h index aa420561bc10..8df6235d64d1 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 */ |