diff options
| author | Vasily Gorbik <gor@linux.ibm.com> | 2020-09-24 18:29:29 +0200 |
|---|---|---|
| committer | Vasily Gorbik <gor@linux.ibm.com> | 2020-09-29 15:00:58 +0200 |
| commit | 1c7c83e8d2351ee3d736094115e447a5da8e5369 (patch) | |
| tree | 88004f7767399ecb9cff9129fce10d8cc4168fad /arch/s390/kernel/setup.c | |
| parent | 5c46f2768c4bbf8e0beebea9adac1320015816b7 (diff) | |
| download | linux-1c7c83e8d2351ee3d736094115e447a5da8e5369.tar.gz linux-1c7c83e8d2351ee3d736094115e447a5da8e5369.tar.bz2 linux-1c7c83e8d2351ee3d736094115e447a5da8e5369.zip | |
s390: remove unused _swsusp_reset_dma
Since commit 394216275c7d ("s390: remove broken hibernate / power
management support") _swsusp_reset_dma is unused and could be safely
removed.
Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/kernel/setup.c')
| -rw-r--r-- | arch/s390/kernel/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c index ae2f4d946048..c1b78aae270b 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c @@ -102,7 +102,6 @@ struct mem_detect_info __bootdata(mem_detect); struct exception_table_entry *__bootdata_preserved(__start_dma_ex_table); struct exception_table_entry *__bootdata_preserved(__stop_dma_ex_table); -unsigned long __bootdata_preserved(__swsusp_reset_dma); unsigned long __bootdata_preserved(__stext_dma); unsigned long __bootdata_preserved(__etext_dma); unsigned long __bootdata_preserved(__sdma); |
