diff options
| author | Heiko Carstens <hca@linux.ibm.com> | 2020-12-14 21:44:39 +0100 |
|---|---|---|
| committer | Heiko Carstens <hca@linux.ibm.com> | 2020-12-16 14:55:49 +0100 |
| commit | e0d62dcb20beac18a412ef9355208d9058c674d3 (patch) | |
| tree | d94f602db4750b34b5710711ec6ba611cb0b8a71 /arch/s390/kernel/setup.c | |
| parent | 9ceed9988a8e6a1656ed2bdaa30501cf0f3dd925 (diff) | |
| download | linux-e0d62dcb20beac18a412ef9355208d9058c674d3.tar.gz linux-e0d62dcb20beac18a412ef9355208d9058c674d3.tar.bz2 linux-e0d62dcb20beac18a412ef9355208d9058c674d3.zip | |
s390/delay: remove udelay_simple()
udelay_simple() callers can make use of the now simplified udelay()
implementation. No need to keep it.
Signed-off-by: Heiko Carstens <hca@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 1f16a03be995..1fbed91c73bc 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c @@ -335,7 +335,6 @@ int __init arch_early_irq_init(void) if (!stack) panic("Couldn't allocate async stack"); S390_lowcore.async_stack = stack + STACK_INIT_OFFSET; - udelay_enable(); return 0; } |
