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/include/asm/setup.h | |
parent | 5c46f2768c4bbf8e0beebea9adac1320015816b7 (diff) | |
download | linux-1c7c83e8d2351ee3d736094115e447a5da8e5369.tar.bz2 |
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/include/asm/setup.h')
-rw-r--r-- | arch/s390/include/asm/setup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/setup.h b/arch/s390/include/asm/setup.h index 7b104f156e34..396db1638417 100644 --- a/arch/s390/include/asm/setup.h +++ b/arch/s390/include/asm/setup.h @@ -92,7 +92,6 @@ extern int memory_end_set; extern unsigned long memory_end; extern unsigned long vmalloc_size; extern unsigned long max_physmem_end; -extern unsigned long __swsusp_reset_dma; /* The Write Back bit position in the physaddr is given by the SLPC PCI */ extern unsigned long mio_wb_bit_mask; |